6b7c7fe6887faa434fda6a72555ad84c12a84ccc
[Pman.Core] / templates / mail / CORE_PERSON_SIGNUP_VERIFICATION.html
1 <html>
2     <head>
3         <meta charset="UTF-8">
4         <style>
5             html,body,table {font-family:Arial;font-size:14px;color:#2c336a;}
6             a {color:green;}
7             
8         </style>
9     </head>
10     <body>
11         
12         <p>Dear {person.getEmailFrom():h},</p>
13         <p>Thanks for signing up for a Made In New Zealand.Com.HK account.</p>
14         <p>To continue, please click the link below to confirm your email address: </p>
15         <p><a href="http://{t.serverName}{t.baseURL}/Register/{t.event.id}/{t.md5}">http://{t.serverName}{t.baseURL}/Register/{t.event.id}/{t.md5}</a></p>
16         <p>If that doesn’t work, please copy and paste the link into your browser. </p>
17         <p>Thank you for your support. </p>
18         <p>Yours sincerely, </p>
19         <p><img src="/templates/images/logo.png" width="217" height="56"/></p>
20         <p>Made In New Zealand.Com.HK</p>
21         
22     </body>
23     
24 </html>