sendgrid-ruby
sendgrid-ruby copied to clipboard
The Official Twilio SendGrid Led, Community Driven Ruby API Library
# Fixes # When I used `Base64.encode64` to encode attachments, I got the following error: ``` json { "errors": [ { "message": "The attachment content must be base64 encoded.", "field":...
Updates the CI matrix so it includes Ruby 3.2, JRuby 9.3, and JRuby 9.4 Also updates the checkout action version to eliminate the Node 12 warning on builds. ### Checklist...
Hello 👋 , I was reading the docs and noticed that this link was not going anywhere particularly useful, so I've updated it to go to, what I think, is...
#### Issue Summary Right now we are migrating from Mailgun to Sendgrid, due to their generally bad IP reputation on Outlook 365 and other mail service providers. We nearly finished...
Hello ! From v6.2.0 (https://github.com/sendgrid/sendgrid-ruby/blob/6.2.0/lib/sendgrid/base_interface.rb), and still in the latest version v6.4.0 (https://github.com/sendgrid/sendgrid-ruby/blob/6.4.0/lib/sendgrid/base_interface.rb), the gem includes a BaseInterface class. My project (rails 6.0.3.5) also had a BaseInterface class, which means...
#### Issue Summary I'm wondering what the timeline is expected to be for the sendgrid-ruby gem to support the Marketing Campaign v2? #### Steps to Reproduce N/A #### Technical details:...
#### Issue Summary Looks like the ruby sdk doesn't have the teammates feature: https://sendgrid.com/docs/User_Guide/Settings/teammates.html Would be nice to have it included in this libarary.
### Issue Summary Getting messages via the described steps in the documentation does not work. Note that below I demonstrate that the example code fails. ### Steps to Reproduce 1....
I know this is not the most relevant place to submit this issue, but I got lost trying to find a contact on your website. Now you can close this...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed. Errors...