all repos — mail2 @ 32e75f9db723ddcb363ac706a439f03f7034eb0e

fork of github.com/joegrasse/mail with some changes

Another example change
Joe Grasse hide@my.email
Mon, 12 Oct 2015 13:31:54 -0500
commit

32e75f9db723ddcb363ac706a439f03f7034eb0e

parent

1743ddd5b0a0e18cd934fc3385f910ba2d97b88b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -41,7 +41,7 @@ email.AddAlternative("text/html", html_body)

email.AddInline("/path/to/image.jpg") - err = email.Send("smtp.csgi.com:25") + err = email.Send("smtp.example.com:25") if err != nil { fmt.Println(err)