fix
This commit is contained in:
parent
b23e907871
commit
866d9179a9
|
@ -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>
|
<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>
|
<p>Confirming your email ensures your account is properly secured. This also allows you to access member-only tools and content.</p>
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ func (l *UserEmailRegisterLogic) UserEmailRegister(req *types.RequestEmailRegist
|
||||||
SenderTitle: "register-valid",
|
SenderTitle: "register-valid",
|
||||||
Extend: map[string]string{
|
Extend: map[string]string{
|
||||||
"UserName": userName,
|
"UserName": userName,
|
||||||
|
"Email": req.Email,
|
||||||
},
|
},
|
||||||
} // email进入队
|
} // email进入队
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user