DataObjects/Core_person.php
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
index 80b9c1b..53e164f 100644 (file)
@@ -1,13 +1,22 @@
 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
+Subject: [Site name here] Password Reset
+Content-Type: text/html; charset=utf-8
 
+<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}/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}">http://{t.HTTP_HOST}{t.baseURL}/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}</a>
+  </div>
+</div>
+</div>
\ No newline at end of file