mailjet-gem icon indicating copy to clipboard operation
mailjet-gem copied to clipboard

[API v3] Mailjet official Ruby GEM

Results 23 mailjet-gem issues
Sort by recently updated
recently updated
newest added

Hello in v3.1, when sending a message with several recipients, if one of the email is blocked by mailjet, the whole response of the message is an api error. the...

# Background Some of the users in my app have invalid email addresses, according to mailjet. This is my bad -- Mailjet evidently uses a different email address validation format...

Hi, I've been getting random 404 errors on `Mailjet::Contact_managecontactslists.create`. It's difficult to replicate since if I run it again, it might or might not work. Are others seeing this? ```...

I'm using Mailjet::Messagesentstatistics since years, now I get Mailjet::ApiError (error 410 while sending #

Hi, do you planning support actoin mailbox integration? https://edgeguides.rubyonrails.org/action_mailbox_basics.html

More than an issue, is a suggestion. I am doing memory benchmarks in a rails application with 215 gems installed (rails and dependencies). And Mailjet gem is the second most...

While I was trying to retrieve a Mailjet List, the Mailjet API were down and the "Error 500" exception has been handled by the gem. In these case I need...

enhancement

Detail content returns nil. ```ruby irb(main):061:0> Mailjet::Template.find(TEMPLATE_ID) => # irb(main):062:0> Mailjet::Template_detailcontent.find(TEMPLATE_ID) => nil ``` Verified with CURL: ```bash $ curl -s -X GET \ > --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \ > https://api.mailjet.com/v3/REST/template/TEMPLATE_ID/detailcontent...

Updating a record that does not have the array `read_only_attributes` fails with the error message: `NoMethodError (undefined method 'map' for nil:NilClass)` Code to reproduce: ``` target = Mailjet::Contactdata.find(1) target.update_attributes( data:...

## Introduction After the introduction of #243, I'm getting the error `JSON::ParserError: input must be a string or IO` on places where I'm doing a `JSON.parse(response.body)` using the [http gem](https://github.com/httprb/http)....