sendgrid-ruby icon indicating copy to clipboard operation
sendgrid-ruby copied to clipboard

The Official Twilio SendGrid Led, Community Driven Ruby API Library

Results 31 sendgrid-ruby issues
Sort by recently updated
recently updated
newest added

### 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...

type: bug

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...

status: help wanted
difficulty: hard
type: twilio enhancement
type: getting started

#### 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...

type: community enhancement
status: help wanted

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...

type: question
status: waiting for feedback

# 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"],...