Files
cloudron-box/src/mail_templates/unexpected_exit.ejs
T

23 lines
352 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
2018-01-19 16:27:19 +01:00
Dear <%= cloudronName %> Admin,
2018-01-19 16:27:19 +01:00
Unfortunately <%= program %> exited unexpectedly!
Please see some excerpt of the logs below:
-------------------------------------
2015-09-14 17:25:27 -07:00
<%- context %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>