2016-01-20 12:35:42 +01:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2017-01-17 15:34:50 +01:00
|
|
|
Dear <%= cloudronName %> Admin,
|
2016-01-20 12:35:42 +01:00
|
|
|
|
2018-01-21 14:50:24 +01:00
|
|
|
A new user with email <%= user.email %> was added to <%= cloudronName %>.
|
2016-01-20 12:35:42 +01:00
|
|
|
|
2017-01-17 15:34:50 +01:00
|
|
|
Powered by https://cloudron.io
|
|
|
|
|
|
2016-01-20 12:35:42 +01:00
|
|
|
<% } else { %>
|
|
|
|
|
|
2017-01-17 15:34:50 +01:00
|
|
|
<center>
|
|
|
|
|
|
|
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
|
|
|
|
|
|
|
|
|
<h3>Dear <%= cloudronName %> Admin,</h3>
|
|
|
|
|
|
|
|
|
|
<p>
|
2018-01-21 14:50:24 +01:00
|
|
|
A new user with email <%= user.email %> was added to <%= cloudronName %>.
|
2017-01-17 15:34:50 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
|
|
|
|
Powered by <a href="https://cloudron.io">Cloudron</a>.
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</center>
|
|
|
|
|
|
|
|
|
|
<% } %>
|