nxtgauge-backend-rust/crates/email/templates/account-suspended.html
Ashwin Kumar b4f714f43f feat(emails): complete email system with 35 branded templates and full wiring
- Add 35 branded HTML email templates with Nxtgauge styling

- Create email template engine with base template system

- Add email management API for admin panel

- Wire email triggers from all services

- All services compile successfully
2026-04-10 04:49:39 +02:00

38 lines
1 KiB
HTML

<!-- Account Suspended -->
<h1 class="email-title">Account Suspended</h1>
<div style="text-align: center; margin: 20px 0">
<span class="status-badge status-rejected">Suspended</span>
</div>
<p>Hi {{first_name}},</p>
<p>
Your Nxtgauge account has been suspended due to a violation of our terms of
service.
</p>
<div
class="info-box"
style="background-color: #fee2e2; border-left-color: #dc2626"
>
<p class="info-box-title" style="color: #991b1b">Reason:</p>
<p style="margin: 0; color: #7f1d1d">{{suspension_reason}}</p>
</div>
<p><strong>What this means:</strong></p>
<ul style="margin: 10px 0; padding-left: 20px">
<li>You cannot log in to your account</li>
<li>Your listings are no longer visible</li>
<li>Pending transactions may be cancelled</li>
</ul>
<p>
If you believe this was done in error, please contact our support team
immediately.
</p>
<div style="text-align: center">
<a href="mailto:support@nxtgauge.com" class="cta-button">Contact Support</a>
</div>
<p>Best regards,<br /><strong>The Nxtgauge Team</strong></p>