sendgrid-ruby
sendgrid-ruby copied to clipboard
The Official Twilio SendGrid Led, Community Driven Ruby API Library
While trying to query email activity, I ran into a problem. The REST API documentation says that it needs to be URL escaped, but the API client escapes it for...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
Using the default values supplied can confuse a new user why their email isn't getting sent. As supplied, the `response` returns an error: > The from address does not match...
# Fixes # The constant "BaseInterface" is used by my app, and when I upgraded Sendgrid to the latest version, it resulted in conflicts. I figured the word "BaseInterface" is...
# Fixes #454 A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...
Fixes [#391](https://github.com/sendgrid/sendgrid-ruby/issues/391) Adding a few examples for the new marketing campaigns ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...
Just specifying that we really want a SendGrid::Mail instance in the example, for the matter of consistency
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...
# Fixes # Add base64 to gemspec, which is no longer the default gem from Ruby 3.4. In fact, when I run the `make test` command on Ruby 3.3 I...
# Feat Sendgrid supports 4 bypass list settings, this PR adds the missing 3 settings - bypass_spam_management - bypass_bounce_management - bypass_unsubscribe_management ### Checklist - [x] I acknowledge that all my...