11
src/mail_templates/test.ejs
Normal file
11
src/mail_templates/test.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
<%if (format === 'text') { %>
|
||||
|
||||
Test Email from <%= fqdn %>,
|
||||
|
||||
if you can read this, your Cloudron email settings are good.
|
||||
|
||||
Sent at: <%= new Date().toUTCString() %>
|
||||
|
||||
<% } else { %>
|
||||
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user