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

23 lines
320 B
Plaintext
Raw Normal View History

2016-01-22 17:37:41 -08:00
<%if (format === 'text') { %>
Dear Cloudron Admin,
2016-01-22 17:37:41 -08:00
<%= fqdn %> is running out of disk space.
Disk space logs are attached.
2016-01-22 17:37:41 -08:00
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
2016-01-22 17:37:41 -08:00
<% } else { %>
<% } %>