Skip to content

v0.2.9: Middleware collection

Compare
Choose a tag to compare
@wneessen wneessen released this 02 Oct 11:07
· 993 commits to main since this release
15a92f1

This release is a very minor release. It only adds Msg.GetGenHeader() so that 3rd party middleware can access already set generic headers, in case they want to alter them.

This release is important though, since it adds information about a new Middlware repository we started: https://github.com/wneessen/go-mail-middleware. A collection of useful middlewares that can be used with go-mail. A specific section has been added to the README.

Noteworthy changes

  • 10575c0: adds the Msg.GetGenHeader() method