23 lines
352 B
Plaintext
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 { %>
|
|
|
|
<% } %>
|