Files
cloudron-box/src/mail_templates/out_of_disk_space.ejs
2018-01-19 18:56:52 +01:00

23 lines
331 B
Plaintext

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