Files
cloudron-box/src/mail_templates/user_added.ejs

31 lines
562 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
2017-01-17 15:34:50 +01:00
Dear <%= cloudronName %> Admin,
A new user with email <%= user.email %> was added to <%= cloudronName %>.
2017-01-17 15:34:50 +01:00
Powered by https://cloudron.io
<% } else { %>
2017-01-17 15:34:50 +01:00
<center>
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
<h3>Dear <%= cloudronName %> Admin,</h3>
<p>
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>
<% } %>