- Mail Gem: Bump minimum version dependency to 2.8.1.
- Pass-thru invalid email addresses.
- Fix missing method error related to message headers.
- Support UTF-8 chars in from, to, etc addresses.
- Fix labels in being stripped from email addresses.
- Support Reply-To address.
- Add compatibility with Mail gem 2.8.0.
- BREAKING CHANGE: Upgrade to AWS Ruby SDK v3 - SESv2 API (@khrvi)
- Drop support for Ruby 2.5 and earlier.
- Switch CI from Travis to Github Actions.
- Add Rubocop to CI.
- Refactor code.
- Fix: Add #settings method for conformity with other Mail delivery methods.
- Fix: Remove Base64 encoding from message body.
- Initial release of gem.
- Support for sending ActionMailer mails via AWS SDK v3.