subject:`Your one time password is: ${oneTimePassword}`,
subject:`Your Request for One Time Password`,
text:`Hello ${"Jay Mehta"}, Your one time password to login to your end user portal is ${oneTimePassword}`,
text:`Hello ${"Jay Mehta"}, Your one time password to login to your end user portal is ${oneTimePassword}`,
html:`<p>Hello ${"Jay Mehta"}, <br></br>Your one time password to login to your end user portal is ${oneTimePassword}</p><br /> Best Regards, <br /> Team Hiranandani.`,
html:`<p>Dear ${ctx.request.body.data.fullName},
Your OTP for Hiranandani Exclusive website login is <strong>${oneTimePassword}</strong> . Valid for 10 minutes. Please do not
share this OTP.
Regards,
Hiranandani Team.`,
};
};
// NOTE: Update the user before sending the email so an Admin can generate the link if the email fails
// NOTE: Update the user before sending the email so an Admin can generate the link if the email fails