templates/mail/password_reset.txt
[Pman.Core] / templates / mail / password_reset.txt
1 From: {t.from.getEmailFrom():h}
2 To: {t.person.getEmailFrom():h}
3 Subject: [{t.bootLoader.appName}] Password Reset
4 Content-Type: text/plain; charset=utf-8
5
6 Someone, presumably you has requested a Password reset,
7
8 Click on the URL below to Reset your Password.
9
10 http://{t.HTTP_HOST}{t.baseURL}/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html
11