fix
This commit is contained in:
parent
60494f0533
commit
68f80e4ec9
|
@ -6,22 +6,24 @@ From: "Fusen Support";
|
|||
|
||||
<html>
|
||||
<body>
|
||||
Dear {{ .UserName }},
|
||||
|
||||
Thank you for registering an account with {{ .CompanyName }}. We are thrilled to have you join our community!
|
||||
<p>Dear <span style="color: red;">{{.UserName}}</span>,</p>
|
||||
|
||||
Please take a moment to confirm your email address by clicking the button below so we can activate your account:
|
||||
<p>Thank you for registering an account with {{ .CompanyName }}. We are thrilled to have you join our community!</p>
|
||||
|
||||
<p>Please take a moment to confirm your email address by clicking the button below so we can activate your account:</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 Account: {{ .UserName }}</a>
|
||||
|
||||
Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content.
|
||||
<p>Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content.</p>
|
||||
|
||||
If you did not register for {{ .CompanyName }}, please disregard this email. Let us know if you have any other questions!
|
||||
<p>If you did not register for {{ .CompanyName }}, please disregard this email. Let us know if you have any other questions!</p>
|
||||
|
||||
Regards,
|
||||
|
||||
{{ .SenderName }}
|
||||
{{ .SenderTitle }}
|
||||
{{ .CompanyName }}
|
||||
<p><span>{{.SenderName}}</span><br>
|
||||
<span>{{.SenderTitle}}</span><br>
|
||||
<span>{{.CompanyName}}</span></p>
|
||||
|
||||
<body>
|
||||
<html>
|
|
@ -24,9 +24,9 @@ From: "Fusen Support";
|
|||
|
||||
<p>Regards,</p>
|
||||
|
||||
<p><span style="color: blue;">{{.SenderName}}</span><br>
|
||||
<span style="color: blue;">{{.SenderTitle}}</span><br>
|
||||
<span style="color: blue;">{{.CompanyName}}</span></p>
|
||||
<p><span>{{.SenderName}}</span><br>
|
||||
<span>{{.SenderTitle}}</span><br>
|
||||
<span>{{.CompanyName}}</span></p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user