Releases: wneessen/go-mail
Releases · wneessen/go-mail
v0.1.3: Fix for address handling
v0.1.2: Send mails via local sendmail binary
- 54da622 adds support for sending a Msg using the local system sendmail binary => WriteToSendmail() and WriteToSendmailWithContext()
v0.1.1: Attachments and some cleanup
Changelog
- 1157180 adds supports the attachment/inline-embedding of files (or data provided via io.Reader)
- 3e43819 adds support for custom dates via SetDateWithValue() and Reset() to the Msg
- 06aff07 and 8e31cf0 add Importance() to the Msg, allowing to provide Importance/Priority levels for the mail
- 3261e4d adds ReplyTo()/ReplyToFormat() to the Msg
- 62bf1ae fixes a bug in the SetEncoding() of the Msg
Also the README received some updates.
v0.1.0: First pre-release
The lib is working in a way, that we can send mail and with body and multipart/alternative.