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

18 lines
319 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear 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.
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
Thank you,
Application WatchDog
<% } else { %>
<% } %>