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

20 lines
430 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
a new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
2016-01-14 11:02:05 -08:00
The app will update automatically tonight. Alternately, update immediately at <%= webadminUrl %>.
Changes:
<%= updateInfo.manifest.changelog %>
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>