This commit is contained in:
eson 2023-09-06 00:12:14 +08:00
parent 8e84eb4d00
commit 60494f0533

View File

@ -3,26 +3,30 @@ MIME-version: 1.0;
Content-Type: text/html; charset="UTF-8"; Content-Type: text/html; charset="UTF-8";
From: "Fusen Support"; From: "Fusen Support";
<html> <html>
<body> <body>
Dear {{ .UserName }},
We have received your request to reset the password for your {{ .CompanyName }} account. <p>Dear <span style="color: red;">{{.UserName}}</span>,</p>
To proceed with the password reset, please click the button below to open the Reset Password page: <p>We have received your request to reset the password for your {{.CompanyName}} account.</p>
<p>To proceed with the password reset, please click the button below to open the Reset Password page:</p>
<div style="margin: 1em 0;"> <div style="margin: 1em 0;">
<a href="{{ .ConfirmationLink }}" target="_blank" <a href="{{.ConfirmationLink}}" target="_blank"
style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold;"> style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block;">
Reset Password Reset Password
</a> </a>
</div> </div>
Please note that this password reset confirmation link will expire in 60 minutes. If you have any further questions, feel free to reach out to us. <p>Please note that this password reset confirmation link will expire in 60 minutes. If you have any further questions, feel free to reach out to us.</p>
Regards, <p>Regards,</p>
{{ .SenderName }}
{{ .SenderTitle }} <p><span style="color: blue;">{{.SenderName}}</span><br>
{{ .CompanyName }} <span style="color: blue;">{{.SenderTitle}}</span><br>
<body> <span style="color: blue;">{{.CompanyName}}</span></p>
<html>
</body>
</html>