Files
kompress_eshop/src/mailers/auth/forgot/html.t
2026-06-16 12:12:25 +02:00

12 lines
311 B
Perl

;<html>
<body>
Hey {{name}},
Forgot your password? No worries! You can reset it by clicking the link below:
<a href="http://{{domain}}/reset#{{resetToken}}">Reset Your Password</a>
If you didn't request a password reset, please ignore this email.
Best regards,<br>The Loco Team</br>
</body>
</html>