Files
cloudron-box/src/mail_templates/user_event.ejs
Girish Ramakrishnan f41b08d573 Add timestamp to emails
2017-01-26 12:47:23 -08:00

15 lines
261 B
Plaintext

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