39 lines
1022 B
Plaintext
39 lines
1022 B
Plaintext
To: {{email}}
|
|
Subject: CoreGrade - Password Reset for {{email}} Completed
|
|
<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;">
|
|
As you requested, your password has been reset.
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|