Skip to content

v0.0.4: DKIM middleware

Choose a tag to compare

@wneessen wneessen released this 26 Oct 17:47
· 175 commits to main since this release
2c7af52

This release adds a DKIM middleware, which allows direct integration of DKIM signatures with go-mail.

What's Changed

  • Introduce golangci-lint by @wneessen in #5
  • Bump github.com/wneessen/go-mail from 0.3.1 to 0.3.2 by @dependabot in #7
  • Fix the Middleware interface due to the changes in go-mail v0.3.3 by @wneessen in #8
  • A test for Type() was missing by @wneessen in #9
  • DKIM middleware implementation by @wneessen in #10

Full Changelog: v0.0.3...v0.0.4