Create app updated eventlog entry and notification
This commit is contained in:
13
src/mail_templates/app_updated.ejs
Normal file
13
src/mail_templates/app_updated.ejs
Normal file
@@ -0,0 +1,13 @@
|
||||
<%if (format === 'text') { %>
|
||||
|
||||
Dear Cloudron Admin,
|
||||
|
||||
The application '<%= title %>' installed at <%= appFqdn %> was updated to app package version <%= version %>.
|
||||
|
||||
Powered by https://cloudron.io
|
||||
|
||||
Sent at: <%= new Date().toUTCString() %>
|
||||
|
||||
<% } else { %>
|
||||
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user