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

16 lines
290 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Admin,
User <%= user.username || user.alternateEmail || user.email %> <%= event %> in the Cloudron at <%= fqdn %>.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
Thank you,
User Manager
<% } else { %>
<% } %>