mailer: add html version of test mail
This commit is contained in:
20
src/mail_templates/test-html.ejs
Normal file
20
src/mail_templates/test-html.ejs
Normal file
@@ -0,0 +1,20 @@
|
||||
<center>
|
||||
|
||||
<p>Test email from <%= cloudronName %>.</p>
|
||||
|
||||
<br/>
|
||||
|
||||
<p>If you can read this, your Cloudron email settings are good.</p>
|
||||
|
||||
<br/>
|
||||
|
||||
<p>Sent at: <%= new Date().toUTCString() %></p>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
||||
Powered by <a href="https://cloudron.io">Cloudron</a>
|
||||
</div>
|
||||
|
||||
</center>
|
||||
@@ -4,6 +4,8 @@ Test email from <%= cloudronName %>,
|
||||
|
||||
If you can read this, your Cloudron email settings are good.
|
||||
|
||||
Powered by https://cloudron.io
|
||||
|
||||
Sent at: <%= new Date().toUTCString() %>
|
||||
|
||||
<% } else { %>
|
||||
|
||||
Reference in New Issue
Block a user