Files
CoreGrade/coregrade/email/start_losspass.mailfile
T
2020-04-12 17:36:51 -04:00

53 lines
1.6 KiB
Plaintext

To: {{email}}
Subject: CoreGrade - Password Reset for {{email}}
<html>
<head>
</head>
<body>
<pre>
<table cellpadding="2" cellspacing="2" border="0" style="height:30px; width:400px; font-size:12px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;">
<tr><td><span align=center><img src="https://{{server_name}}/images/coregrade.png" alt="CoreGrade"></span></td></tr>
<tr>
<td style="font-size:12px; text-alig:left;">
Dear {{firstname}}
</td>
</tr>
<tr>
<td style="font-size:12px; text-alig:left;">
We have initiated your password reset process as requested as by you on {{lost_added}}:
</td>
</tr>
<tr>
<td style="font-size:12px; text-alig:left;height:10px;">
<span align="center">
<table cellpadding="2" cellspacing="2" border="0" style="height:10px; width:300px; font-size:12px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;">
<tr><td style="width:130px;text-align:left;">Click the link</td><td>https://{{server_name}}/auth/passreset?rlink={{reset_key}}</td></tr>
<tr><td style="width:130px;text-align:left;">Link will expire</td><td>{{expire}}</td></tr>
</table>
</span>
</td>
</tr>
<tr>
<td style="font-size:12px; text-alig:left;">
If it was not at your request, then please contact CoreGrade support immediately.
For further support go to our website at https://{{server_name}} or call 08188697770 between the hours of 10:00 AM and 5:00 PM.
Thank you for choosing CoreGrade.
CoreGrade Team.
</td>
</tr>
</table>
<br>
</pre>
</body>
</html>