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

23 lines
320 B
Plaintext

<%if (format === 'text') { %>
Dear Cloudron Admin,
<%= fqdn %> is running out of disk space.
Disk space logs are attached.
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>