Files
encoach_frontend/src/email/templates/resetPassword.handlebars

16 lines
248 B
Handlebars

<html>
<head>
<style>
</style>
</head>
<body>
<p>Hi {{name}},</p>
<p>You requested to reset your password.</p>
<p> Please, click the link below to reset your password</p>
<a href="https://{{link}}">Reset Password</a>
</body>
</html>