I am looking at [message.go](https://github.com/go-gomail/gomail/blob/v2/message.go#L213) and `AddAlternativeWriter` currently replaces (does not add to) the message parts. Shouldn't this do `append()` instead?