Pman/templates/mail/approvedPetition.txt
authorChris <chris@roojs.com>
Wed, 6 Mar 2013 09:00:29 +0000 (17:00 +0800)
committerChris <chris@roojs.com>
Wed, 6 Mar 2013 09:00:29 +0000 (17:00 +0800)
Pman/templates/mail/approvedPetition.txt [new file with mode: 0644]

diff --git a/Pman/templates/mail/approvedPetition.txt b/Pman/templates/mail/approvedPetition.txt
new file mode 100644 (file)
index 0000000..ec7db3b
--- /dev/null
@@ -0,0 +1,25 @@
+From: admin@petition.com
+To: {t.person.email:h}
+Subject: Your Petition was Approved
+Content-Type: text/html; charset="utf-8"
+Message-Id: {t.full_msgid}
+Mime-Version: 1.0
+
+<!DOCTYPE html>
+<html>
+    <head>
+        <title></title>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    </head>
+    <body>
+        Welcome, {t.person.name}
+        <br />
+        Your Password: {t.person.rawPasswd}
+        <br />
+        <br />
+        <br />
+        <br />
+    
+    </body>
+</html>
\ No newline at end of file