12 lines
197 B
Plaintext
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 { %>
|
|
|
|
<% } %>
|