1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Email authenication translated

This commit is contained in:
Kolkies 2019-09-30 09:16:21 +00:00
parent c384601f34
commit 0f66d35683
3 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo {{name}},
<br />
<br />
Klink op deze link om uw emailadres te valideren.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Als u niet heeft gevraagd om dit adres te verifiëren, kunt u dit bericht negeren.
<br />
<br />
Bedankt,
<br />
{{project}} team
</div>

View file

@ -0,0 +1,27 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo,
<br />
<br />
Deze mail is naar je gestuurd omdat <b>{{owner}}</b> wilde dat u een lid zou worden in het <b>{{team}}</b> team voor {{project}}.
<br />
<br />
Volg deze link om het team te joinen <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
ALs u niet geïnteresseerd bent, kunt u dit bericht negeren.
<br />
<br />
Bedankt,
<br />
{{project}} team
</div>

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo {{name}},
<br />
<br />
Klik op deze link om uw {{project}} wachtwoord te resetten.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Als u niet gevraagd heeft om uw wachtwoord te resetten, kunt u dit bericht negeren.
<br />
<br />
Bedankt,
<br />
{{project}} team
</div>