Dealer_Onboarding_Backend/src/emailtemplates/relocation_approved.html

32 lines
1010 B
HTML

{{> email_header}}
<div class="section">
<h2 style="color:#2e7d32;">Relocation Approved — {{requestId}}</h2>
<p>Dear {{dealerName}},</p>
<p>
We are pleased to inform you that your request for **Dealership Relocation** (Request ID: <strong>{{requestId}}</strong>)
has been officially approved by the Royal Enfield management.
</p>
<div style="background:#e8f5e9; border-left:4px solid #2e7d32; padding:12px 16px; margin: 16px 0;">
<strong>New Location:</strong> {{newLocation}}<br/>
<strong>Status:</strong> Approved & Records Updated
</div>
<p>
Our team will coordinate with you for the physical transition and site readiness audit. You can track the next steps
via the portal.
</p>
<div style="text-align:center; margin: 24px 0;">
<a href="{{link}}" class="btn">View Request Details</a>
</div>
<p style="color:#888; font-size:12px;">
Best Regards,<br/>
<strong>Royal Enfield Dealer Development Team</strong>
</p>
</div>
{{> email_footer}}