From e264140459ff4d88e626c69b664132c41f45a719 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 31 Jan 2014 14:05:28 -0300 Subject: Add delivery format test email. --- src/emails/delivery-format-plain-and-html.message | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/emails/delivery-format-plain-and-html.message diff --git a/src/emails/delivery-format-plain-and-html.message b/src/emails/delivery-format-plain-and-html.message new file mode 100644 index 0000000..44989aa --- /dev/null +++ b/src/emails/delivery-format-plain-and-html.message @@ -0,0 +1,33 @@ +From: {FROM} +User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 +MIME-Version: 1.0 +To: {TO} +Subject: Test delivery format - plain & html +Content-Type: multipart/alternative; + boundary="------------090107040900010708000400" + +This is a multi-part message in MIME format. +--------------090107040900010708000400 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Delivery format: Plain and Rich (HTML) text. +Hello there... testing mail. + + +--------------090107040900010708000400 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: 8bit + + + + + + + Delivery format: Plain and Rich (HTML) text.
+ Hello there... testing mail.
+
+ + + +--------------090107040900010708000400-- -- cgit v1.2.3