Enhance rejection email content with clickable link for application access
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user