summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-01-31 14:08:44 -0300
committerTomás Touceda <chiiph@leap.se>2014-01-31 14:08:44 -0300
commitf5c2a6c14e8d99fbb30679d9a549d87e8de3de7e (patch)
tree401de8f9ae12ba56717eb75e50386d787c36e903
parent5e0530234ee945cada5c00c84695b35dd76cc6e7 (diff)
parente264140459ff4d88e626c69b664132c41f45a719 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/delivery-format-test-mail'HEADmaster
-rw-r--r--src/emails/delivery-format-plain-and-html.message33
1 files changed, 33 insertions, 0 deletions
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
+
+<html>
+ <head>
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+ </head>
+ <body bgcolor="#FFFFFF" text="#000000">
+ Delivery format: Plain and Rich (HTML) text.<br>
+ Hello there... testing mail.<br>
+ <br>
+ </body>
+</html>
+
+--------------090107040900010708000400--