Skip to content

Commit

Permalink
[Email] Fixed empty body
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <vr@labstack.com>
  • Loading branch information
vishr committed Jun 13, 2018
1 parent 0a22a0d commit d689812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (e *Email) Send(m *Message) (err error) {
} else if m.BodyHTML != "" {
m.writeText(m.BodyHTML, "text/html")
} else {
// TODO:
m.writeBoundary()
}

// Inlines/attachments
Expand Down

0 comments on commit d689812

Please sign in to comment.