1 # multiple messages in connection
5 MAIL FROM:<sender@test.ex>
6 RCPT TO:<heiko@test.ex>
10 Subject: test no attachment
12 This is a test mailing
15 MAIL FROM:<sender@test.ex>
16 RCPT TO:<heiko@test.ex>
20 Subject: test with attachment
22 Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"
24 ------=_MIME_BOUNDARY_000_431036
25 Content-Type: text/plain
27 This is a test mailing
28 ------=_MIME_BOUNDARY_000_431036
29 Content-Type: application/octet-stream
30 Content-Disposition: attachment
31 Content-Transfer-Encoding: BASE64
33 U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=
35 ------=_MIME_BOUNDARY_000_431036--
38 MAIL FROM:<sender@test.ex>
39 RCPT TO:<heiko@test.ex>
43 Subject: test with attachment
45 Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_431036"
47 ------=_MIME_BOUNDARY_000_431036
48 Content-Type: text/plain
50 This is a test mailing
51 ------=_MIME_BOUNDARY_000_431036
52 Content-Type: application/octet-stream
53 Content-Disposition: attachment
54 Content-Transfer-Encoding: BASE64
56 U2F0IEZlYiAyOSAxNDo1ODowMyBDRVQgMjAyMAo=
58 ------=_MIME_BOUNDARY_000_431036--
61 MAIL FROM:<sender@test.ex>
62 RCPT TO:<heiko@test.ex>
66 Subject: test no attachment
68 This is a test mailing ($(date "+%F %T"))