Files
gameyfin/src/main/resources/templates/messages/account-deleted.mjml
T
grimsi a6c6c7510b Implement account status management
Add generic messages for account status change
Add message for account removal
Improve UX of role assignment
Fix a few bugs
2024-09-29 17:38:42 +02:00

30 lines
1.0 KiB
XML

<mjml>
<mj-head>
<mj-title>[Gameyfin] Welcome</mj-title>
<mj-attributes>
<mj-all font-family="Arial, sans-serif"/>
<mj-text font-size="16px"/>
</mj-attributes>
</mj-head>
<mj-body>
<mj-section>
<mj-column>
<mj-image alt="Gameyfin Logo" title="Gameyfin Logo" width="128px" src="{logo}"/>
<mj-image alt="Gameyfin Logo" title="Gameyfin Logo" height="2px" padding-bottom="20px"
src="{gradient}"/>
<mj-text font-size="20px" font-family="helvetica">Hello there {username},
<br/>
<br/>
</mj-text>
<mj-text>your account has been permanently deleted.
<br/>
You will be missed!
<br/>
If you think this is a mistake, contact your <a href="{baseUrl}">Gameyfin</a> administrator.
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>