Dealer_Onboarding_Backend/src/emailtemplates/termination_letter_issued.html

26 lines
808 B
HTML

{{> email_header}}
<div class="section">
<h2 style="color:#e31837;">Termination Letter Generated — {{requestId}}</h2>
<p>Dear {{recipientName}},</p>
<p>
The official <strong>Termination Letter</strong> has been generated and uploaded to the portal for dealer
<strong>{{dealerName}}</strong> (Request ID: <strong>{{requestId}}</strong>).
</p>
<p>
This letter is now visible to the DD-Lead, DD-Admin, and Finance teams. Please proceed with the necessary
administrative and financial closure steps.
</p>
<div style="text-align:center; margin: 24px 0;">
{{> cta_button}}
</div>
<p style="color:#888; font-size:12px;">
This is an internal system notification. Detailed case chronology and audit logs are available on the portal.
</p>
</div>
{{> email_footer}}