From 219066d8d798abe6eb411aa87f1d07b6a4107f11 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 17 Dec 2024 17:07:35 +0100 Subject: [PATCH] mail_templates: no format --- src/mail_templates/test-text.ejs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mail_templates/test-text.ejs b/src/mail_templates/test-text.ejs index 8d6ac848f..23dbb3535 100644 --- a/src/mail_templates/test-text.ejs +++ b/src/mail_templates/test-text.ejs @@ -1,5 +1,3 @@ -<%if (format === 'text') { %> - Test email from <%= cloudronName %>, If you can read this, your Cloudron email settings are good. @@ -8,6 +6,3 @@ Powered by https://cloudron.io Sent at: <%= new Date().toUTCString() %> -<% } else { %> - -<% } %>