Files
cloudron-box/src/mail_templates/test.ejs

12 lines
189 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
2017-09-15 15:45:26 -07:00
Test email from <%= fqdn %>,
2017-09-15 15:45:26 -07:00
If you can read this, your Cloudron email settings are good.
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>