Skip to content

Commit

Permalink
content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdyasirkn committed Aug 9, 2024
1 parent b578e22 commit e2e6a36
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/utils/mail_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,27 @@ pub fn mail_content(receiver: Receiver) -> String {
<div style="font-family: Arial, Helvetica, sans-serif; padding: 10px; background-color: #002147; display: flex; align-items: center; justify-content: center; min-height: 100vh;">
<div style="max-width: 600px; margin: 0 auto; padding: 20px; background-color: #ffffff; border-radius: 10px; line-height: 1.6; border: 1px solid #c7c3c3;">
<div style="text-align: center;">
<img src="https://github.com/mohdyasirkn/mailer/blob/content/fossmec%20round%20logo.png?raw=true" style="width: 80px; height: 80px; margin-right: 10px;">
<img src="https://github.com/FossMec/mailer/blob/master/fossmec%20round%20logo.png?raw=true" style="width: 80px; height: 80px; margin-right: 10px;">
<h1 style="color: #F5A212; margin: 0;">FOSSMEC</h1>
</div>
<div style="text-align: center; margin-top: 20px;">
<h3>You've been selected to join the team</h3>
<h3>You've been shortlisted for the next round</h3>
</div>
<p>Dear {receiver.name},</p>
<p><strong>Congratulations!</strong> We are delighted to inform you that you have been selected to join the <strong>{receiver.team} team</strong> of FOSS MEC 2024! Your passion and skills have truly impressed us, and we are excited to have you on board.</p>
<p>We look forward to working together to conduct various events and build a vibrant community of open source enthusiasts.</p>
<p>Dear _,</p>
<p><strong>Congratulations!</strong> We are pleased to inform you that you have been shortlisted for the next round of selection for the <strong>[] team</strong> of FOSS MEC 2024. Your passion and skills have impressed us, and we are excited to see how you can contribute further.</p>
<p>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.</p>
<p>Please join the WhatsApp group to stay informed about our upcoming meetings and discussions. We'll be sharing important updates and details there!</p>
<div style="text-align: left; margin: 20px 0;">
<a href="{receiver.whatsapplink}" style="text-decoration: none;">
<a href="https://www.example.com/join-group" style="text-decoration: none;">
<button style="background-color: #F5A212; border: none; color: white; padding: 13px 15px; text-align: center; font-size: 0.8em; cursor: pointer; border-radius: 6px;">
<strong>Join the group</strong>
</button>
</a>
</div>
<p>Once again, congratulations, and welcome to the team!</p>
<p>Once again, congratulations on being shortlisted, and we look forward to seeing you in the next round!</p>
<p>May the foss be with you</p>
<p>Best regards,</p>
<p style="color: #888888;">
Expand All @@ -98,5 +101,6 @@ pub fn mail_content(receiver: Receiver) -> String {
</div>
</div>
</body>
"#.to_string()
}

0 comments on commit e2e6a36

Please sign in to comment.