Enhance rejection email content with clickable link for application access

This commit is contained in:
2025-12-18 16:55:57 +05:30
parent 91871d1f44
commit c9b507f969
2 changed files with 156 additions and 98 deletions

View File

@@ -52,7 +52,11 @@ export async function sendAMRejectionMailtoHost(
<p> Your account manager has reviewed your application and provided some suggestions. <br/>
Please make the necessary improvements and re-submit your application to proceed with the onboarding process on Minglar.</p>
<p> You may access your application using the link below:<br/>
<strong>Link:</strong> ${config.HOST_LINK} </p>
<strong>Link:</strong>
<a href="${config.HOST_LINK}" target="_blank">
${config.HOST_LINK}
</a>
</p>
<p> If you have any questions, please feel free to contact the Minglar Support Team. </p>
<p> Best regards,<br/>
<strong>Minglar Team</strong> </p>