- #107 Feature/sendgrid api settings, expand settings/options to allow for other SendGrid::Api client settings
- #106 The SendGrid API simple error handling
- #105 Github Actions CI
- #102 Add http_options to configurable in mailer settings
- #101 Railtie should use ActiveSupport.on_load
- #92 globally configured mail_settings
- #95 add_mail_settings - support global settings
- #81 Fix warnings with ruby 2.7
- #83 Allow string type mail.to
- #84 Content-ID values to fix inline attachments
- perform_send_request setting for testing perposes
- Validate error response body for empty string
- Compatibility with mail gems before version 2.7
- Dont send content types with dynamic templates (#69)
- Add personalizations field (#60)
- Revert "Lazy load ActionMailer::Base" (#64)
- Yank 2.4.1
- Revert "Lazy load ActionMailer::Base" (#64)
- Yank 2.4.1
- Update Travis CI settings to test on latest Ruby and mail gem version (#55)
- Lazy load ActionMailer::Base (#57)
- Compatibility with
sendgrid-ruby
v6.0.
- No asm substitutions if template_id present
- Fix Travis
- Update Readme
- Substiutions and dynamic_template_data should be compatible.
- Compatibility with
sendgrid-ruby
v5.0.
- Fix handling of multipart/related inline attachments.
- Support for
reply_to
anddate
options.
- Fix sending when multiple
X-SMTPAPI
headers are set.
- Fix file attachments.
- Support for
cc
andbcc
options. - Support the
X-SMTPAPI
header.
- Compatibility with
sendgrid-ruby
v1.0. - Compatibility with
mail
v2.6.
- Fix
From
addresses with display names.