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

16 lines
251 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Admin,
A new version of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
Please update at your convenience at <%= webadminUrl %>.
Thank you,
Update Manager
<% } else { %>
<% } %>