mailer: add html version of test mail

This commit is contained in:
Girish Ramakrishnan
2024-07-05 10:30:49 +02:00
parent b64b513b14
commit 86530df37e
4 changed files with 26 additions and 1 deletions

View 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>

View File

@@ -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 { %>