1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/config/locale/templates/en.email.auth.confirm.tpl

24 lines
504 B
Smarty
Raw Normal View History

2019-05-09 18:54:39 +12:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hello {{name}},
<br />
<br />
Follow this link to verify your email address.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
If you didnt ask to verify this address, you can ignore this message.
<br />
<br />
Thanks,
<br />
{{project}} team
</div>