sendgrid-ruby
sendgrid-ruby copied to clipboard
The Official Twilio SendGrid Led, Community Driven Ruby API Library
### Issue Summary When including a BCC array, the `sendgrid-ruby` client either errors if an additional `to` is not provided, and when an additional `to` is provided can intermittently cause...
Hello! It is now time to implement the final piece of our v2 to v3 migration. Before we dig into writing the code, we would love to get feedback on...
#### Feature Request: It seems this does not integrate with ActionMailer unless you use SMTP. It would be extremely valuable to have sendgrid **officially support ActionMailer** with use of the...
I noticed an error in the ruby example for [associating an authenticated domain with a subuser](https://www.twilio.com/docs/sendgrid/api-reference/domain-authentication/associate-an-authenticated-domain-with-a-subuser-multiple#associate-an-authenticated-domain-with-a-subuser-for-up-to-five-domains). Currently, line 10 reads: ```ruby response = sg.client.whitelabel.domains._(domain_id).subuser:add.post(request_body: data) ``` The colon in `subuser:add`...
Here's a patch that excludes files under `spec`, `test`, and `gemfiles` directory from the gem package. With this patch, the gem package size shrinks as follows: ``` before: 246272 bytes...
### Issue Summary I'm trying to do some tests in rails to check if my sendgrid webhook endpoint is working. I'm in using the same values for PUBLIC KEY and...
# Fixes # Hello, this resolves the issue described in https://github.com/sendgrid/sendgrid-ruby/issues/438. It seems like some of the example code provided by the Sendgrid's [integration guide](https://app.sendgrid.com/guide/integrate) needs to be modified a...
But SendGrid seems not to be seeing the custom args. Category is conveyed as expected. Here is the send_email action: def send_email(daily_content) # Get A/B test subject line and metadata...
Fix some minor typos. - [orignal ==> original](https://github.com/sendgrid/sendgrid-ruby/commit/bf419cfdaabc21d503b74d355d1f653f2ea1e568) - [receiveing ==> receiving](https://github.com/sendgrid/sendgrid-ruby/commit/45f96433d8c43a58daf6de70dddaabcaaccf6ea8) - [successfuly ==> successfully](https://github.com/sendgrid/sendgrid-ruby/commit/ca5c3a59375cefbcd088c8d217331c203f0681f8) - [verison ==> version](https://github.com/sendgrid/sendgrid-ruby/commit/a7cd44851f25db44963728bcdb198dcb30fc30e5) - [sengrid ==> sendgrid](https://github.com/sendgrid/sendgrid-ruby/commit/e5257a9de0a1c8189ca8fd623553d4502f15e37d) - [sengrid-ruby ==> sendgrid-ruby](https://github.com/sendgrid/sendgrid-ruby/commit/a7807bb41127debf7e22d184510c19a99b9d3c5c) - [inbound...
When I create a `Mail.new` and this instance includes the `to` property. I will get the following error when trying to call, `add_bcc` ```ruby email client responded with: -- {:response=>#["nginx"],...