This commit is contained in:
eson
2023-09-04 16:23:11 +08:00
parent c062848a95
commit dc21c51a0c
8 changed files with 84 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ Thank you for registering an account with {{ .CompanyName }}. We are thrilled to
Please take a moment to confirm your email address by clicking the button below so we can activate your account:
<a href="{{ .ConfirmationLink }}" target="_blank" style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block; font-weight: bold;">Confirm Account: .UserName</a>
<a href="{{ .ConfirmationLink }}" target="_blank" style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; display:inline-block; font-weight: bold;">Confirm Account: {{ .UserName }}</a>
Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content.

View File

@@ -0,0 +1,16 @@
Dear {{ .UserName }},
We have received your request to reset your {{ .CompanyName }} account password.
Please click the button below to confirm your new password:
<h1 style="color: red; font-weight: bold;">{{ .MaskedPassword }}</h1> (This can be replaced by the masked 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 }}