mailtrain/views/emails/password-reset-html.hbs

24 lines
887 B
Handlebars
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Change your password</title>
</head>
<body>
<h2>Change your password</h2>
<hr>
<p>We have received a password change request for your Mailtrain account ({{username}}).</p>
<p><a href="{{confirmUrl}}" class="btn-primary" itemprop="url" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; color: #FFF; text-decoration: none; line-height: 2em; font-weight: bold; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; text-transform: capitalize; background-color: #348eda; margin: 0; border-color: #348eda; border-style: solid; border-width: 10px 20px;">Reset password</a></p>
<p>If you did not ask to change your password, then you can ignore this email and your password will not be changed.</p>
</body>
</html>