forked from github/plane
11 lines
235 B
HTML
11 lines
235 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 />
|
||
|
{{verification_url}}
|
||
|
successfully.<br /><br />
|
||
|
</p>
|
||
|
|
||
|
</html>
|