From e2e6a36c787e3a36578616dfdb0100bf25009b53 Mon Sep 17 00:00:00 2001 From: Mohd Yasir Date: Fri, 9 Aug 2024 18:27:59 +0530 Subject: [PATCH] content changes --- src/utils/mail_content.rs | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/utils/mail_content.rs b/src/utils/mail_content.rs index b2db4c9..a247ae7 100644 --- a/src/utils/mail_content.rs +++ b/src/utils/mail_content.rs @@ -70,24 +70,27 @@ pub fn mail_content(receiver: Receiver) -> String {
- +

FOSSMEC

-

You've been selected to join the team

+

You've been shortlisted for the next round

-

Dear {receiver.name},

-

Congratulations! We are delighted to inform you that you have been selected to join the {receiver.team} team of FOSS MEC 2024! Your passion and skills have truly impressed us, and we are excited to have you on board.

-

We look forward to working together to conduct various events and build a vibrant community of open source enthusiasts.

+

Dear _,

+ +

Congratulations! We are pleased to inform you that you have been shortlisted for the next round of selection for the [] team of FOSS MEC 2024. Your passion and skills have impressed us, and we are excited to see how you can contribute further.

+ +

To ensure you stay connected with the team and up-to-date with all our plans, we've created a WhatsApp group where we'll be coordinating our efforts and sharing important information. This will be our primary platform for communication, so we encourage you to join the group as soon as possible.

+

Please join the WhatsApp group to stay informed about our upcoming meetings and discussions. We'll be sharing important updates and details there!

- +
-

Once again, congratulations, and welcome to the team!

+

Once again, congratulations on being shortlisted, and we look forward to seeing you in the next round!

May the foss be with you

Best regards,

@@ -98,5 +101,6 @@ pub fn mail_content(receiver: Receiver) -> String {

+ "#.to_string() }