Dealer_Onboarding_Backend/src/emailtemplates/document_rejected_resubmit.html

13 lines
585 B
HTML

{{> email_header}}
<h2>Hi {{applicantName}},</h2>
<p>One or more documents for application <strong>{{applicationId}}</strong> could not be accepted in their current form.</p>
<div class="details">
<p><strong>Document:</strong> {{documentName}}</p>
<p><strong>Reason:</strong> {{rejectionReason}}</p>
</div>
<p>Please re-upload the corrected document on the Dealer Portal by <strong>{{dueDate}}</strong>.</p>
{{> primary_cta}}
<p>For clarification, contact your assigned Dealer Development representative.</p>
<p>Regards,<br>Royal Enfield Dealer Development Team</p>
{{> email_footer}}