diff --git a/src/pages/api/sendEmail.js b/src/pages/api/sendEmail.js index fb07703..d261f6e 100644 --- a/src/pages/api/sendEmail.js +++ b/src/pages/api/sendEmail.js @@ -15,15 +15,39 @@ export default async function handler(req, res) { const mailHtml = ` -

Heyy Participant,

-

I appreciate your participation in the previous test and would like to invite you to the Hard Level Test.

-

You can access it through this link: Click Here

-

The test is available until 29th October, 12 p.m.

-

Please feel free to contact our support team at iedcmec@mec.ac.in if you have any questions or encounter issues.

-

Thank you for your participation, and good luck!

-
-

Best regards,

-

IEDC MEC

+

Heyy Participant,

+

+ We appreciate your participation in the previous test and would like to + invite you to the Hard Level Test. +

+

+ You can access it through this link: + Click Here +

+

The test is available until 29th October, 12 p.m.

+

+ Please feel free to contact our support team at + iedcmec@mec.ac.in if you have any + questions or encounter issues. +

+

Thank you for your participation, and good luck!

+
+

Best regards,

+
+ +
`;