16 lines
595 B
HTML
16 lines
595 B
HTML
<!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>
|