diff --git a/src/mail_templates/test.ejs b/src/mail_templates/test.ejs index b7ad4c856..02bc46708 100644 --- a/src/mail_templates/test.ejs +++ b/src/mail_templates/test.ejs @@ -1,8 +1,8 @@ <%if (format === 'text') { %> -Test Email from <%= fqdn %>, +Test email from <%= fqdn %>, -if you can read this, your Cloudron email settings are good. +If you can read this, your Cloudron email settings are good. Sent at: <%= new Date().toUTCString() %> diff --git a/webadmin/src/views/email.html b/webadmin/src/views/email.html index a08bd4891..54ec2af9a 100644 --- a/webadmin/src/views/email.html +++ b/webadmin/src/views/email.html @@ -34,7 +34,7 @@