push
This commit is contained in:
10
templates/emails/reset_password.html
Normal file
10
templates/emails/reset_password.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head><meta charset="utf-8"></head>
|
||||
<body style="font-family:Arial,Helvetica,sans-serif;line-height:1.4">
|
||||
<h2 style="margin:0 0 12px 0">MikroMon — password reset</h2>
|
||||
<p>We received a request to reset your password.</p>
|
||||
<p><a href="{{ reset_url }}" style="display:inline-block;padding:10px 14px;background:#0d6efd;color:#fff;text-decoration:none;border-radius:6px">Set a new password</a></p>
|
||||
<p style="color:#666;font-size:12px">This link expires in {{ ttl_minutes }} minutes. If this wasn't you, ignore this email.</p>
|
||||
</body>
|
||||
</html>
|
||||
8
templates/emails/smtp_test.html
Normal file
8
templates/emails/smtp_test.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head><meta charset="utf-8"></head>
|
||||
<body style="font-family:Arial,Helvetica,sans-serif;line-height:1.4">
|
||||
<h2 style="margin:0 0 12px 0">MikroMon — SMTP test</h2>
|
||||
<p>If you can read this message, SMTP is working correctly.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user