Files
cloudron-box/src/mail_templates/user_added.ejs
T
2016-10-13 12:44:08 +02:00

19 lines
388 B
Plaintext

<%if (format === 'text') { %>
Hi <%= cloudronName %> Admin,
User with email <%= user.alternateEmail || user.email %> was added to <%= cloudronName %>.
<% if (inviteLink) { %>
As requested, this user has not been sent an invitation email.
To set a password and perform any configuration on behalf of the user, please use this link:
<%= inviteLink %>
<% } %>
<% } else { %>
<% } %>