Files
cloudron-box/src/mail_templates/backup_failed.ejs
T
2024-12-11 19:12:20 +01:00

24 lines
451 B
Plaintext

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
Cloudron failed to create a complete backup. Please see the logs at <%= logUrl %> for more information.
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
Don't want such mails? Change your notification preferences at <%= notificationsUrl %>
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>