templates/mail/ADMIN_PASSWORD_RESET.txt
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
1 From: test@test.com
2 To: test@test.com
3 Subject: [{page.bootLoader.appName}] Password Reset
4 Content-Type: text/plain; charset=utf-8
5
6 <div>
7 Hi {t.person.name},&nbsp;
8 <div>
9   <br>
10   <div>Someone, presumably you has requested a Password reset,&nbsp;</div>
11   <div>
12     <br>
13   </div>
14   <div>Click on the URL below to Reset your Password.&nbsp;</div>
15   <div>
16     <br>
17   </div>
18   <div>
19     <a href="http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html">http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html</a>
20   </div>
21 </div>
22 </div>