Files
cloudron-box/src/mail_templates/app_update_available.ejs
T
Girish Ramakrishnan f41b08d573 Add timestamp to emails
2017-01-26 12:47:23 -08:00

20 lines
430 B
Plaintext

<%if (format === 'text') { %>
Dear Cloudron Admin,
a new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
Changes:
<%= updateInfo.manifest.changelog %>
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>