-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shubham Singh <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"} | ||
|