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

Rails support via ActionMailer

Results 12 sendgrid-actionmailer issues
Sort by recently updated
recently updated
newest added

We're seeing timeouts in calling Sendgrid API and has set the following settings in action mailer - `Net::OpenTimeout Failed to open TCP connection to api.sendgrid.com:443 (execution expired)` Is there a...

I am using the actionmailer test helper `assert_emails` method in various tests; I have added `{ sandbox_mode: { enable: true }}` in the sendgrid_actionmailer_settings configuration but the tests arent passing...

Allow local settings to be set to the settings object. Previously setting perform_send_request would only work if added to the initial settings, but want to allow setting on subsequent calls...

Hi there, I've troubles sending with attachments. The first run raises an error, when I do the exact same command again, it works: Complete output ```ruby InvoiceMailer.with(user: User.last, invoice: Stripe::Event.construct_from(WebhookEvent.last.data['data']['object'])).order_failed_email.deliver_now...

Hi I think this is related to issue https://github.com/eddiezane/sendgrid-actionmailer/issues/99 OP was using "personalizations" and I'm using "custom_args" (works if i remove custom_args) Still having this error in Rails 5 Rails...

Thanks to the recent patch added to sendgrid-ruby: https://github.com/sendgrid/sendgrid-ruby/pull/473 we can now personalize From address.

Initially sent an array of hashes under `:attachments` with keys matching what the Sendgrid API might expect, but that did not work.

The readme link is broken, this changes the link to point to the current v3 api docs.

Actionmailer is happy to have an empty text or html part to a multipart message. This makes Sendgrid unhappy. Sendgrid will return an error when attempting to send a message...