2017-09-15 14:21:52 +02:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2018-01-19 16:27:19 +01:00
|
|
|
Test email from <%= cloudronName %>,
|
2017-09-15 14:21:52 +02:00
|
|
|
|
2017-09-15 15:45:26 -07:00
|
|
|
If you can read this, your Cloudron email settings are good.
|
2017-09-15 14:21:52 +02:00
|
|
|
|
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|