baseline
This commit is contained in:
15
templates/emails/en/reset_code.html
Normal file
15
templates/emails/en/reset_code.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
|
||||
{{email_header}}
|
||||
<p>{{greeting}}</p>
|
||||
<p>You requested a password reset code.</p>
|
||||
<p style="font-size: 20px; font-weight: bold; letter-spacing: 2px;">{{code}}</p>
|
||||
<p>This code is valid for {{expires_minutes}} minutes.</p>
|
||||
<p>You can enter the code here:</p>
|
||||
<p><a href="{{verify_url}}">{{verify_url}}</a></p>
|
||||
<p>If you did not request this, you can ignore this email.</p>
|
||||
<p>Best regards<br>{{app_name}}</p>
|
||||
{{email_footer}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user