Files
cloudron-box/src/mail_templates/test.ejs
2018-01-19 18:56:52 +01:00

12 lines
197 B
Plaintext

<%if (format === 'text') { %>
Test email from <%= cloudronName %>,
If you can read this, your Cloudron email settings are good.
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>