12 lines
430 B
HTML
12 lines
430 B
HTML
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}.<br> If this was
|
|
you, enter the following code to regain access: {{.RecoveryCode}}<br> If this was not you, you can safely
|
|
ignore this email.</p>
|
|
</body>
|
|
|
|
</html> |