plane/apiserver/templates/emails/auth/forgot_password.html
2022-11-30 02:47:42 +05:30

11 lines
238 B
HTML

<!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 />
{{forgot_password_url}}
successfully.<br /><br />
</p>
</html>