From 6be28b7b792f28f4d73b2e41e886b38025b93b93 Mon Sep 17 00:00:00 2001 From: Allen Shibu <93600615+alllenshibu@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:04:42 +0530 Subject: [PATCH] Add image to email signature --- src/pages/api/sendEmail.js | 42 ++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 9 deletions(-) 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,

+
+ +
`;