KazV2/dockers/vaultwarden/templates/email/invite_confirmed.html.hbs

18 lines
2.0 KiB
Handlebars
Raw Normal View History

2024-12-13 16:52:15 +01:00
Invitation à {{{org_name}}} confirmée
2024-06-03 18:43:35 +02:00
<!---------------->
{{> email/email_header }}
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top">
2024-12-13 16:52:15 +01:00
Cet e-mail a pour but de vous informer que vous avez été confirmé en tant qu'utilisateur de <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{org_name}}</b>.
2024-06-03 18:43:35 +02:00
</td>
</tr>
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none;" valign="top">
2024-12-13 16:52:15 +01:00
Toutes les collections et connexions partagées avec vous par cette organisation apparaîtront désormais dans votre coffre-fort Vaultwarden. <br>
<a href="{{url}}/">Connexion</a>
2024-06-03 18:43:35 +02:00
</td>
</tr>
</table>
2024-12-13 16:52:15 +01:00
{{> email/email_footer }}