templates/mail/ADMIN_PASSWORD_RESET.txt
authorAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:33:07 +0000 (14:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:33:07 +0000 (14:33 +0800)
templates/mail/ADMIN_PASSWORD_RESET.txt

index 80b9c1b..ccadf5b 100644 (file)
@@ -3,11 +3,20 @@ 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