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

22 lines
601 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
2017-01-07 12:35:26 -08:00
The application '<%= title %>' installed at <%= appFqdn %> is not responding.
2015-12-02 16:46:18 -08:00
This is most likely a problem in the application.
To resolve this, you can try the following:
2019-03-06 16:14:24 -08:00
* Restart the app by opening the app's web terminal - https://cloudron.io/documentation/apps/#web-terminal
* Restore the app to the latest backup - https://cloudron.io/documentation/backups/#restoring-an-app
2018-03-08 10:50:18 -08:00
* Contact us via support@cloudron.io or https://forum.cloudron.io
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>