Files
cloudron-box/src/mail_templates/welcome_user-html.ejs

29 lines
609 B
Plaintext
Raw Normal View History

2016-10-13 11:14:17 +02:00
<center>
2016-10-13 12:37:25 +02:00
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
2016-10-13 11:14:17 +02:00
2020-11-20 16:10:04 +01:00
<h3>{{ welcomeEmail.salutation }}</h3>
2020-11-19 23:38:59 +01:00
<h2>{{ welcomeEmail.welcomeTo }}</h2>
2016-10-13 11:14:17 +02:00
2022-08-21 12:06:23 +02:00
<br/>
<a style="border-radius: 2px; background-color: #2196f3; color: white; padding: 6px 12px; text-decoration: none;" href="<%= inviteLink %>">{{ welcomeEmail.inviteLinkAction }}</a>
2016-10-13 11:14:17 +02:00
2016-10-13 16:01:50 -07:00
<br/>
<br/>
<div style="font-size: 10px; color: #333333; background: #ffffff;">
2020-11-20 16:10:04 +01:00
<% if (invitor) { -%>
{{ welcomeEmail.invitor }}
<% } -%>
2017-01-29 14:23:27 -08:00
2020-11-20 16:10:04 +01:00
<br/>
2020-07-16 15:08:36 -07:00
2020-11-20 16:10:04 +01:00
{{ welcomeEmail.expireNote }}
<br/>
2017-01-29 14:23:27 -08:00
2020-11-20 16:10:04 +01:00
Powered by <a href="https://cloudron.io">Cloudron</a>
2016-10-13 16:01:50 -07:00
</div>
</center>