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

21 lines
292 B
Plaintext
Raw Normal View History

2016-10-14 14:46:34 -07:00
<%if (format === 'text') { %>
Dear Cloudron Admin,
2016-10-14 14:46:34 -07:00
creating a backup of <%= fqdn %> has failed.
2016-10-14 14:46:34 -07:00
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
2016-10-14 14:46:34 -07:00
<% } else { %>
<% } %>