Files
cloudron-box/src/mail_templates/test.ejs
Johannes Zellner e8a93dcb1b Add button to send test email
Fixes #419
2017-09-15 14:42:12 +02:00

12 lines
189 B
Plaintext

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