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