templates/mail/ADMIN_PASSWORD_RESET.txt
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
index c8af49d..ccadf5b 100644 (file)
@@ -1,13 +1,22 @@
-From: {t.from.getEmailFrom():h}
-To: {t.person.getEmailFrom():h}
+From: test@test.com
+To: test@test.com
 Subject: [{t.bootLoader.appName}] Password Reset
 Content-Type: text/plain; charset=utf-8
 
-Hi {t.person.name},
-
-Someone, presumably you has requested a Password reset,
-
-Click on the URL below to Reset your Password.
-
-http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html
-
+<div>
+Hi {t.person.name},&nbsp;
+<div>
+  <br>
+  <div>Someone, presumably you has requested a Password reset,&nbsp;</div>
+  <div>
+    <br>
+  </div>
+  <div>Click on the URL below to Reset your Password.&nbsp;</div>
+  <div>
+    <br>
+  </div>
+  <div>
+    <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>
+  </div>
+</div>
+</div>
\ No newline at end of file