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

21 lines
288 B
Plaintext

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
creating a backup has failed.
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>