all repos — mail2 @ 1cc410a92186b748cbe850f1b514f210a3807494

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

minor format changes
Joe Grasse hide@my.email
Mon, 20 Mar 2017 14:06:15 -0500
commit

1cc410a92186b748cbe850f1b514f210a3807494

parent

e909cfa57ac5544f30b921731e2fec4707bcf349

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

jump to
M README.mdREADME.md

@@ -41,17 +41,17 @@ )

func main() { htmlBody := - `<html> +`<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Hello Gophers!</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>Hello Gophers!</title> </head> <body> - <p>This is the <b>Go gopher</b>.</p> - <p><img src="cid:Gopher.png" alt="Go gopher" /></p> - <p>Image created by Renee French</p> + <p>This is the <b>Go gopher</b>.</p> + <p><img src="cid:Gopher.png" alt="Go gopher" /></p> + <p>Image created by Renee French</p> </body> - </html>` +</html>` email := mail.New() email.SetPriority(mail.PriorityHigh)