Pman/templates/mail/approvedPetition.txt
[Pman.Base] / Pman / templates / mail / approvedPetition.txt
1 From: admin@petition.com
2 To: {t.person.email:h}
3 Subject: Your Petition was Approved
4 Content-Type: text/html; charset="utf-8"
5 Message-Id: {t.full_msgid}
6 Mime-Version: 1.0
7
8 <!DOCTYPE html>
9 <html>
10     <head>
11         <title></title>
12         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
13     </head>
14     <body>
15         Hi, {t.person.name}
16         <br />
17         Your Petition {t.petition.title}
18         <br />
19         <br /> 
20  
21         <br />
22         <br />
23     
24     </body>
25 </html>