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

23 lines
352 B
Plaintext

<%if (format === 'text') { %>
Dear <%= cloudronName %> Admin,
Unfortunately <%= program %> exited unexpectedly!
Please see some excerpt of the logs below:
-------------------------------------
<%- context %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>