Dealer_Onboarding_Backend/src/emailtemplates/applicant_rejected.html

35 lines
1.1 KiB
HTML

{{> email_header}}
<div class="section">
<h2>Application Rejected — {{applicationId}}</h2>
<p>Dear {{applicantName}},</p>
<p>
We regret to inform you that your Royal Enfield Dealership Application
(<strong>{{applicationId}}</strong>) for location <strong>{{location}}</strong>
has been <strong>rejected</strong> after careful evaluation.
</p>
{{#if rejectionReason}}
<div class="highlight-box" style="background:#fff3f3; border-left:4px solid #e53935;">
<strong>Reason for Rejection:</strong><br />
{{rejectionReason}}
</div>
{{/if}}
<p>
We appreciate your interest in partnering with Royal Enfield.
You may reapply in the future when opportunities are available in your area.
</p>
<p>
For any queries, please contact your local RE representative or reach us at
<a href="mailto:dealer-support@royalenfield.com">dealer-support@royalenfield.com</a>.
</p>
<p>We wish you all the best in your endeavours.</p>
<p>Best Regards,<br /><strong>Royal Enfield Dealer Development Team</strong></p>
</div>
{{> email_footer}}