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

24 lines
490 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Admin,
User with email <%= user.alternateEmail || user.email %> was added in the Cloudron at <%= fqdn %>.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
<% if (inviteLink) { %>
2016-03-09 18:37:02 -08:00
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 %>
2016-03-09 18:37:02 -08:00
<% } %>
Thank you,
User Manager
<% } else { %>
<% } %>