2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2018-01-21 14:50:24 +01:00
|
|
|
Dear <%= user.displayName || user.username || user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-10-13 11:14:17 +02:00
|
|
|
Welcome to <%= cloudronName %>!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2017-01-29 14:23:27 -08:00
|
|
|
Follow the link to get started.
|
2020-02-05 15:53:05 +01:00
|
|
|
<%- inviteLink %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-01-18 14:18:57 +01:00
|
|
|
<% if (invitor && invitor.email) { %>
|
2019-02-14 19:36:59 -08:00
|
|
|
You are receiving this email because you were invited by <%= invitor.email %>.
|
2016-01-18 14:18:57 +01:00
|
|
|
<% } %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2020-07-16 15:08:36 -07:00
|
|
|
Please note that the invite link will expire in 24 hours.
|
2016-10-13 16:01:50 -07:00
|
|
|
|
2017-01-17 15:34:50 +01:00
|
|
|
Powered by https://cloudron.io
|
2016-10-13 16:01:50 -07:00
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
<% } else { %>
|
|
|
|
|
|
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
|
|
|
|
2018-01-21 14:50:24 +01:00
|
|
|
<h3>Hi <%= user.displayName || user.username || user.email %>,</h3>
|
2016-10-13 11:56:23 +02:00
|
|
|
|
|
|
|
|
<h2>Welcome to <%= cloudronName %>!</h2>
|
2016-10-13 11:14:17 +02:00
|
|
|
|
|
|
|
|
<p>
|
2020-02-05 15:53:05 +01:00
|
|
|
<a href="<%= inviteLink %>">Get started</a>.
|
2016-10-13 11:14:17 +02:00
|
|
|
</p>
|
|
|
|
|
|
2016-10-13 16:01:50 -07:00
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
|
|
|
|
<% if (invitor && invitor.email) { %>
|
|
|
|
|
You are receiving this email because you were invited by <%= invitor.email %>.
|
|
|
|
|
<% } %>
|
2017-01-29 14:23:27 -08:00
|
|
|
|
2020-07-16 15:08:36 -07:00
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
Please note that the invite link will expire in 24 hours.
|
2017-01-29 14:23:27 -08:00
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
Powered by <a href="https://cloudron.io">Cloudron</a>
|
2016-10-13 16:01:50 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</center>
|
|
|
|
|
|
2016-12-16 13:10:57 +01:00
|
|
|
<% } %>
|