ONLY BODY SECTION
mail.Body = @"
<html>
<head></head>
<body style='font-family:Arial, Helvetica, sans-serif; font-size:14px;'>
<p>Dear Student,</p>
<p>
Thank you for registering for the <b>Yoga Demo Session</b> with
<b>NRsolution4u</b>.
</p>
<p>
To complete your registration, please verify your email address using the
One-Time Password (OTP) below:
</p>
<p style='font-size:20px; color:#0066CC;'>
<b>Your OTP: " + otp + @"</b>
</p>
<p>
This OTP is valid for <b>10 minutes</b>.
Please do not share it with anyone.
</p>
<p>
If you did not request this registration, please ignore this email.
</p>
<p>
Thank you for choosing <b>NRsolution4u</b>.
We look forward to welcoming you to the Yoga Demo Session.
</p>
<br />
<p>
Regards,<br /><br />
<b>Team NRsolution4u</b><br />
Email:
<a href='mailto:info@nrsolution4u.com'>
info@nrsolution4u.com
</a>
<br />
Website:
<a href='https://www.nrsolution4u.com'>
www.nrsolution4u.com
</a>
</p>
</body>
</html>";