Initial work on email internalization.

This commit is contained in:
Ylian Saint-Hilaire
2020-04-03 22:35:04 -07:00
parent 1649892472
commit e13bd198fb
63 changed files with 1565 additions and 43 deletions

View File

@@ -0,0 +1,15 @@
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
<tbody><tr>
<td>
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verification</b>
</td>
</tr>
</tbody></table>
<p>Hi [[[USERNAME]]], <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting email verification, click on the following link to complete the process.</p>
<p style="margin-left:30px">
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">Click here to verify your e-mail address.</a>
</p>
If you did not initiate this request, please ignore this mail.
</div></body></html>