forked from phalaaxx/milter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtestmail.eml
42 lines (35 loc) · 1.25 KB
/
testmail.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Return-Path: <[email protected]>
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: from [10.0.0.1] (unknown [192.168.0.1])
by example.com (Postfix) with ESMTPSA id E812832ED76
for <[email protected]>; Tue, 17 Apr 2018 17:16:22 +0200 (CEST)
From: Matthias Schneider <[email protected]>
Subject: Testsubject
Message-ID: <[email protected]>
Date: Tue, 17 Apr 2018 16:51:24 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Thunderbird/52.7.0
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="------------8F8F2F0EECFB437F013C0D7A"
Content-Language: en-US
This is a multi-part message in MIME format.
--------------8F8F2F0EECFB437F013C0D7A
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
This is a testmail with *Body*
--------------8F8F2F0EECFB437F013C0D7A
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>This is a testmail with <b>Body</b><br>
</p>
</body>
</html>
--------------8F8F2F0EECFB437F013C0D7A--