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

15 lines
259 B
Plaintext
Raw Normal View History

2019-02-11 12:32:02 -08:00
<%if (format === 'text') { %>
Dear Cloudron Admin,
The application '<%= title %>' installed at <%= appFqdn %> is back online
and responding to health checks.
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>