templates/mail/CORE_PERSON_SIGNUP_VERIFICATION.html
[Pman.Core] / templates / mail / CORE_PERSON_SIGNUP_CONFIRM.txt
index afaf32d..e1e213b 100644 (file)
@@ -1,5 +1,21 @@
-from_name:Roojs
-from_email:no-reply@Roojs.com
-subject:Verification
-name:email_verification
-bodytext:Dear {honor}<br /><br />Thank you for your interest in HydRa here is your link to create your account. Please click the following link to activate.<br /><br />{link:h}
\ No newline at end of file
+From: "From Person" <no-reply@yourdomain.com>
+To: "Person Name" <no-reply@yourdomain.com>
+Subject: Your invitation to XXXXX
+Content-Type: text/plain; charset=utf-8
+
+<!DOCTYPE html>
+       <head>
+           <title></title>
+           <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+       </head>
+       <body>
+               <div>Dear {honor}</div>
+               <br /> 
+               <div>Thank you for your interest in XXX here is your link to create your account.</div>
+               <br /> 
+               <div>Please click the following link to activate.</div>
+               <br /> 
+               <div><a href="{link:h}">{link:h}</a></div>
+       </body>
+</html>
+