16 lines
654 B
HTML
16 lines
654 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
|
|
{{email_header}}
|
|
<p>{{greeting}}</p>
|
|
<p>du hast einen Code zum Zurücksetzen deines Passworts angefordert.</p>
|
|
<p style="font-size: 20px; font-weight: bold; letter-spacing: 2px;">{{code}}</p>
|
|
<p>Dieser Code ist {{expires_minutes}} Minuten gültig.</p>
|
|
<p>Du kannst den Code hier eingeben:</p>
|
|
<p><a href="{{verify_url}}">{{verify_url}}</a></p>
|
|
<p>Wenn du diese Anfrage nicht gestellt hast, kannst du diese E-Mail ignorieren.</p>
|
|
<p>Viele Grüße<br>{{app_name}}</p>
|
|
{{email_footer}}
|
|
</body>
|
|
</html>
|