plane/apiserver/templates/emails/auth/email_verification.html

11 lines
235 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<p>
Dear {{first_name}},<br /><br />
Welcome! Your account has been created.
Verify your email by clicking on the link below <br />
{{verification_url}}
successfully.<br /><br />
</p>
</html>