diff --git a/examples/htmlmail b/examples/htmlmail
new file mode 100644
index 0000000..3cf276e
--- /dev/null
+++ b/examples/htmlmail
@@ -0,0 +1,10 @@
+To: Blah
+From: Me
+Subject: Test HTML Mail
+Content-Type: text/html
+
+
+
+Yo, you slimey scoundrel.
+
+
diff --git a/examples/mail b/examples/mail
new file mode 100644
index 0000000..4ecbca5
--- /dev/null
+++ b/examples/mail
@@ -0,0 +1,5 @@
+To: Blah
+From: Me
+Subject: Test mail
+
+Test mail.
diff --git a/examples/multipartmail b/examples/multipartmail
new file mode 100644
index 0000000..2d9fe24
--- /dev/null
+++ b/examples/multipartmail
@@ -0,0 +1,19 @@
+To: Blah
+From: Me
+Subject: Test Multipart Mail
+Mime-Version: 1.0
+Content-Type: multipart/alternative; boundary=BOUNDARY--198849662
+
+Header
+
+--BOUNDARY--198849662
+Content-Type: text/plain
+
+Plain text mail
+
+--BOUNDARY--198849662
+Content-Type: text/html
+
+HTML mail
+
+--BOUNDARY--198849662--
\ No newline at end of file
diff --git a/examples/plainmail b/examples/plainmail
new file mode 100644
index 0000000..0eb9261
--- /dev/null
+++ b/examples/plainmail
@@ -0,0 +1,6 @@
+To: Blah
+From: Me
+Subject: Whatever
+Content-Type: text/plain
+
+Plain text mail
diff --git a/examples/xhtmlmail b/examples/xhtmlmail
new file mode 100644
index 0000000..a03ec13
--- /dev/null
+++ b/examples/xhtmlmail
@@ -0,0 +1,10 @@
+To: Blah
+From: Me
+Subject: Test XHTML Mail
+Content-Type: application/xhtml+xml
+
+
+
+Yo, you slimey scoundrel.
+
+