go-gomail / gomail

The best way to send emails in Go.
MIT License
4.33k stars 573 forks source link

Use buildin HeaderEncoder when not set in an instance of Message #9

Closed OVYA closed 9 years ago

OVYA commented 9 years ago

Fix this problem : msg.SetHeader in a MessageSetting func generated an "invalid memory address or nil pointer dereference" error

alexcesaro commented 9 years ago

Closing, see comments in #8.