go-gomail / gomail

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

AddAlternativeWriter replaces (does not add to) the parts #44

Closed chowey closed 8 years ago

chowey commented 8 years ago

I am looking at message.go and AddAlternativeWriter currently replaces (does not add to) the message parts. Shouldn't this do append() instead?

alexcesaro commented 8 years ago

That's right! I'm fixing that.

alexcesaro commented 8 years ago

Thank you. It is now fixed.