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

15 lines
207 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
User <%= user.username || user.email %> <%= event %>.
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>