fusenapi/fs_template/get_reset_password_html.tpl
2023-09-05 15:38:53 +08:00

14 lines
565 B
Smarty

Dear {{ .UserName }},
We have received your request to reset the password for your {{ .CompanyName }} account.
Please click the button below to confirm your new password:
<a href="{{ .ConfirmationLink }}" target="_blank" style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; font-weight: bold;">Confirm New Password</a>
This password reset confirmation link will expire in 60 minutes. Please let us know if you have any other questions!
Regards,
{{ .SenderName }}
{{ .SenderTitle }}
{{ .CompanyName }}