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

28 lines
654 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,
<br />
<br />
This mail was sent to you because <b>{{owner}}</b> wanted to invite you to become a team member at the <b>{{team}}</b> team over at {{project}}.
2019-05-09 18:54:39 +12:00
<br />
<br />
Follow this link to join the <b>{{team}}</b> team:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
If you are not interested, you can ignore this message.
<br />
<br />
Thanks,
<br />
{{project}} team
</div>