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 { %> - -<% } %>