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

Is there a roadmap of when this will be available?

Hi everyone, I noticed an `undefined method '[]' for nil:NilClass` error coming from the mailjet gem when looking into the logs in our application. Looking into the logs, I noticed...

Note: This commit also includes an update of .gitignore file for IntelliJ IDEs users I was looking for a solution to temporary override Mailjet credentials without having to specify `api_key`...

This is a quick fix for fetching detailcontent of templates. Surprisingly, fetching detailcontent for a campaigndraft works event without the change in connection.rb. I have not investigated why that is...

https://github.com/mailjet/mailjet-gem/blob/675f75f5e402632f4d6a0ab017b680c752fa9ff9/lib/mailjet/resource.rb#L320 When trying to update a `Mailjet::Contact` through the `update_attributes` method, the remote instance doesn't get updated. For example: ```ruby target = Mailjet::Contact.find("[email protected]") target.update_attributes("is_excluded_from_campaigns" => true) ``` doesn't change the...

I'm struggling to use the campaign features of the API. At the moment I can create and send single emails with ease but using ActionMailer I've hit a roadblock on...

Hello, First thanks for your work on this gem ;) I am using Mailjet since a few days now, with ActionMailer. Everything is fine with configuration, variables, images but I...

Hello, I keep getting `OpenSSL::SSL::SSLError (hostname "in-v3.mailjet.com" does not match the server certificate):` in my production environment only. I have a valid SSL cert for my domain. My mailjet.rb file:...