Send new login location notification mail

This commit is contained in:
Johannes Zellner
2021-04-21 15:57:12 +02:00
parent 8b99af952a
commit 61e51c7875
4 changed files with 70 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<center>
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
<h3>Dear <%= user %>,</h3>
<p>
Someone logged into your Cloudron <%= cloudronName %> with this account.<br/>
If it was not you, please reset your password and logout from all sessions in the profile view.
</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

@@ -0,0 +1,9 @@
Dear <%= user %>,
someone logged into your Cloudron <%= cloudronName %> with this account.
If it was not you, please reset your password and logout from all sessions in the profile view.
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>