Files
cloudron-box/src/mail_templates/password_reset-html.ejs
T

26 lines
561 B
Plaintext
Raw Normal View History

2020-11-20 16:18:24 +01:00
<center>
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
<h3>{{ passwordResetEmail.salutation }}</h3>
<p>{{ passwordResetEmail.description }}</p>
2022-08-21 12:06:23 +02:00
<br/>
<a style="border-radius: 2px; background-color: #2196f3; color: white; padding: 6px 12px; text-decoration: none;" href="<%= resetLink %>">{{ passwordResetEmail.resetAction }}</a>
2020-11-20 16:18:24 +01:00
2022-08-21 12:06:23 +02:00
<br/>
2020-11-20 16:18:24 +01:00
<br/>
{{ passwordResetEmail.expireNote }}
<br/>
<br/>
<div style="font-size: 10px; color: #333333; background: #ffffff;">
Powered by <a href="https://cloudron.io">Cloudron</a>
</div>
</center>