Files
cloudron-box/src/mail_templates/backup_failed.ejs
Girish Ramakrishnan e9168092f7 remove broken link
2023-01-10 21:31:45 +01:00

21 lines
362 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
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>