Skip to content

Commit

Permalink
email content changed
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Nov 13, 2024
1 parent 6b34eac commit 75c066f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mail/sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ func TestSendEmail(t *testing.T) {
subject := "I hate Soan Papdi and Momos"

content := `
<H1>Hey There</H1>
<p>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 </p>
<p> I don't know why this is not working</p>
<h1>Hey There</h1>
<p>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.</p>
`

to := []string{"[email protected]"}
Expand Down

0 comments on commit 75c066f

Please sign in to comment.