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

12 lines
189 B
Plaintext
Raw Normal View History

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