This commit is contained in:
eson 2023-09-06 16:35:44 +08:00
parent b23e907871
commit 866d9179a9
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ From: "Fusen Support"
<p>Thank you for choosing {{ .CompanyName }}. To complete the account setup process, please click the button below to confirm your email address:</p>
<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 Email: {{ .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 Email: {{ .Email }}</a>
<p>Confirming your email ensures your account is properly secured. This also allows you to access member-only tools and content.</p>

View File

@ -91,6 +91,7 @@ func (l *UserEmailRegisterLogic) UserEmailRegister(req *types.RequestEmailRegist
SenderTitle: "register-valid",
Extend: map[string]string{
"UserName": userName,
"Email": req.Email,
},
} // email进入队