Skip to content

Releases: eddiezane/sendgrid-actionmailer

Add ruby 2.7.1 to travis

02 Mar 10:21
Compare
Choose a tag to compare
- Add ruby 2.7.1 to travis

- update change log
- bump to 3.1.0

perform_send_request setting for testing purposes

21 Aug 14:53
bacb70e
Compare
Choose a tag to compare
feature/settings_perform_send_request (#78)

* - add new mailer settings :perform_send_request
- when set to false, it averts the sendgrid api request
- in combination with return_response=true it will return the full mail object which will respond to to_json

* Version Bump, update readme and changelog

* - ASM.new requires symbols

Validate error response body for empty string

21 Aug 14:45
62ccfd4
Compare
Choose a tag to compare
v3.0.1

Validate error response body for empty string (#75)

Mail 2.7 Refactor

21 Aug 14:51
Compare
Choose a tag to compare

Require Mail 2.7 in order to take advantage of Mail .unparsed_value, which greatly simplifies the code and reduces the potential for bugs and edge cases.

Dynamic Templates and Personalizations

05 Feb 03:58
Compare
Choose a tag to compare
  • Update sendgrid-ruby. 6.0 (#51)
  • dynamic templates
  • dynamic api_key
  • personalizations
  • bug fixes

v0.2.1: Merge pull request #20 from tricknotes/update-ruby-versions

15 Aug 21:40
Compare
Choose a tag to compare