dsql-admin/dsql-app/email/send-email-verification-link.html

5 lines
355 B
HTML
Raw Normal View History

2024-11-05 11:12:42 +00:00
<div style="margin-bottom: 20px">
<h3 style="margin-top: 0; margin-bottom: 20px">Please click the link to verify your email address</h3>
<a href="{{host}}/email-verification?token={{token}}" style="padding: 5px; width: 100%; background-color: #9049ca; color: #ffffff; border-radius: 5px; text-decoration: none">Verify Email Address</a>
</div>