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

13 lines
219 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
User <%= user.username || user.alternateEmail || user.email %> <%= event %> in the Cloudron at <%= fqdn %>.
Powered by https://cloudron.io
<% } else { %>
<% } %>