templates/mail/CORE_PERSON_SIGNUP_CONFIRM.txt
[Pman.Core] / templates / mail / CORE_PERSON_SIGNUP_CONFIRM.txt
index e83a2a6..282b40e 100644 (file)
@@ -1,5 +1,21 @@
-from_name:Roojs
-from_email:no-reply@Roojs.com
-subject:Verification
-name:CORE_PERSON_SIGNUP_CONFIRM
-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: "Roojs" <no-reply@office.roojs.com>
+To: no-reply@office.roojs.com
+Subject: Verification
+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 /><br />
+               <div>Thank you for your interest in HydRa here is your link to create your account.</div>
+               <br /><br />
+               <div>Please click the following link to activate.</div>
+               <br /><br />
+               <div><a href="{link:h}">{link:h}</a></div>
+       </body>
+</html>
+