v0.0.4: DKIM middleware
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