From 75c066f1547523c4a08d9670b2ea74aadacb5d81 Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Wed, 13 Nov 2024 08:56:10 +0530 Subject: [PATCH] email content changed Signed-off-by: Shubham Singh --- mail/sender_test.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mail/sender_test.go b/mail/sender_test.go index 9fb06e6..cd4d6dd 100644 --- a/mail/sender_test.go +++ b/mail/sender_test.go @@ -22,11 +22,9 @@ func TestSendEmail(t *testing.T) { subject := "I hate Soan Papdi and Momos" content := ` -

Hey There

-

I want to condess someting. this things has been eating me up from year and now i can't stop but tell you about it. - I want to telle you that I hate Soan Papdi, it tastes like medicine. And momos, they taste like

- -

I don't know why this is not working

+

Hey There

+

I want to confess something. This has been eating me up for years, and now I can't help but tell you about it. + I want to tell you that I hate Soan Papdi — it tastes like medicine. And momos... I hate the taste of momos.

` to := []string{"shubhammahar1306@gmail.com"}