templates/mail/CORE_PERSON_SIGNUP_CONFIRM.txt
[Pman.Core] / templates / mail / CORE_PERSON_SIGNUP_CONFIRM.txt
1 From: "Roojs" <no-reply@office.roojs.com>
2 Subject: Verification
3 Content-Type: text/plain; charset=utf-8
4
5 <!DOCTYPE html>
6         <head>
7             <title></title>
8             <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9         </head>
10         <body>
11                 <div>Dear {honor}</div>
12                 <br /><br />
13                 <div>Thank you for your interest in HydRa here is your link to create your account.</div>
14                 <br /><br />
15                 <div>Please click the following link to activate.</div>
16                 <br /><br />
17                 <div><a href="{link:h}">{link:h}</a></div>
18         </body>
19 </html>
20