-
This library does not delivery the reasonPhrase on a 400.
It is available in the guzzle via "$response->getReasonPhrase()"
Without this i have to guess whats the problem with my request: https://dev.…
-
Hi There-
I've recently signed up with MailJet and was hoping to use the Java client... unfortunately I keep getting an empty 400 HTTP code... here's a snippet of my code, would love any help debugg…
-
**Research pros and cons for Bulk Mailers**
Initial Research
- http://blog.meldium.com/home/2013/4/22/dont-spam-your-users-batch-notifications-in-rails
- http://www.coldandheartless.com/blog/2013/09/…
-
Hi everyone,
When I try to send newsletter, I receive the following error:
```
Mailjet::ApiError: error 400 while sending #[:post], :read_only=>nil, :user=>"HASHOFUSER", :password=>"HASHOFPASSWORD",…
-
Hi,
Seems the java API doesn't allow to make the equivalent curl request to find a contact by email:
`curl -s -X GET --user "PUBLI_KEY:PRIVATE_KEY" "https://api.mailjet.com/v3/REST/contact/test@test.…
-
Hi Guillaume!
I found another problem, in the "Create a Newsletter" sample code (https://dev.mailjet.com/guides/?java#prepare-a-newsletter).
The code does not compile because "Newsletter.CONTACTSLIS…
-
``` ruby
lr = Mailjet::Listrecipient.first(:contacts_list => l.id, :contact => c.id)
puts "Unsubscribing ListRecipient ContactID=#{lr.contact_id}, ListID=#{lr.list_id}"
lr.is_active = false
lr.is_u…
-
Hi there,
I'm a bit confused with the documentation/readme :
Why would you say [Make the same request with a **promise**](https://github.com/mailjet/mailjet-apiv3-nodejs#make-the-same-request-with-a…
-
Hi,
I'am experiencing some trouble with the Contactdata.
Basically for a property 'language' with value 'en', I wrote :
```
Mailjet::Contactdata.create(:contact_id => contact.id, :data => [{"Name" …
-
We are implementing a plug-in based on the API v3 Java client.
When we try to send a transactional email, we have a NullPointerException.
Here his the output with the VERBOSE_DEBUG :
```
=== HTTP Re…