diff --git a/src/mail_templates/digest.ejs b/src/mail_templates/digest.ejs index e17e907b0..0426f4032 100644 --- a/src/mail_templates/digest.ejs +++ b/src/mail_templates/digest.ejs @@ -44,4 +44,93 @@ Sent at: <%= new Date().toUTCString() %> <% } else { %> +
+
+
+ +
+ +
+ +

Weekly summary of activities on your Cloudron <%= cloudronName %>:

+ +
+ + <% if (info.pendingBoxUpdate) { -%> +

Cloudron v<%- info.pendingBoxUpdate.version %> is available:

+ + <% } %> + + <% if (info.pendingAppUpdates.length) { %> +

Available app updates:

+ + <% } %> + + <% if (info.finishedBoxUpdates.length) { %> +

Your Cloudron was updated with the following releases:

+ + <% } %> + + <% if (info.finishedAppUpdates.length) { %> +

The following apps were updated:

+ + <% } %> + +
+ + <% if (!info.hasSubscription) { %> + Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan. + <% } %> + +
+
+
+ +

+ + Powered by Cloudron
+ Sent on <%= new Date().toUTCString() %> +
+

+
+
+ + <% } %>