Files
cloudron-box/src/mail_templates/test-html.ejs

21 lines
343 B
Plaintext
Raw Normal View History

2024-07-05 10:30:49 +02:00
<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>