fusenapi/fs_template/email_register.tpl

20 lines
855 B
Smarty
Raw Normal View History

2023-09-04 03:32:17 +00:00
Subject: Please confirm your {{ .CompanyName }} account
2023-09-04 02:50:21 +00:00
2023-09-04 05:29:36 +00:00
Dear {{ .UserName }},
2023-09-04 02:50:21 +00:00
2023-09-04 03:32:17 +00:00
Thank you for registering an account with {{ .CompanyName }}. We are thrilled to have you join our community!
2023-09-04 02:50:21 +00:00
Please take a moment to confirm your email address by clicking the button below so we can activate your account:
2023-09-04 05:29:36 +00:00
<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>
2023-09-04 02:50:21 +00:00
Confirming your email ensures your account is properly secured. This also lets you access member-only tools and content.
2023-09-04 03:32:17 +00:00
If you did not register for {{ .CompanyName }}, please disregard this email. Let us know if you have any other questions!
2023-09-04 02:50:21 +00:00
Regards,
2023-09-04 03:32:17 +00:00
{{ .SenderName }}
{{ .SenderTitle }}
{{ .CompanyName }}