Skip to content

Releases: wneessen/go-mail

v0.1.3: Fix for address handling

14 Mar 15:27
557a161

Choose a tag to compare

Pre-release

Changelog

  • 557a161 fixes a bug in the handling of address headers (encoding issues when special characters are used)
  • 557a161 also provides SetOrganization() and SetUserAgent() as convenient helper methods to set those headers

v0.1.2: Send mails via local sendmail binary

14 Mar 14:32
ebd8f94

Choose a tag to compare

  • 54da622 adds support for sending a Msg using the local system sendmail binary => WriteToSendmail() and WriteToSendmailWithContext()

v0.1.1: Attachments and some cleanup

14 Mar 10:56
3e43819

Choose a tag to compare

Pre-release

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

13 Mar 19:06
13f4c54

Choose a tag to compare

Pre-release

The lib is working in a way, that we can send mail and with body and multipart/alternative.