1
0
Fork 0
mirror of synced 2024-07-04 22:20:45 +12:00
appwrite/app/config/locale/templates/es.email.auth.confirm.tpl

24 lines
525 B
Smarty
Raw Normal View History

2019-09-29 08:29:40 +13:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hola {{name}},
<br />
<br />
Sigue este enlace para verificar tu dirección de correo:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Si no has solicitado verificar esta dirección, puedes ignorar este mensaje.
<br />
<br />
Gracias,
<br />
Equipo {{project}}
</div>