-
I'm trying to write some test cases for the Omnimail library - https://github.com/gabrielbull/omnimail
I need to pass in some mock responses to the Client to get it to return and process them. I've d…
-
Hi @arnaud-mailjet
As a follow up of #91, I'm trying to upgrade to version 1.5.0 of the gem so I can use different subaccounts. After the ugrade, I've found that all my tests are failing.
This …
-
Hie
Here is my problem .... :
$mj = new \Mailjet\Client('xxxx', 'zzzz', true, ['url' => "www.mailjet.com", 'version' => 'v3', 'call' => false]);
$response = $mj->post(Resources::$Email, ['body…
-
Greetings,
I was trying to update a contact data with this code, according to the API doc:
```php
$client_response = $client->put(\Mailjet\Resources::$Contactdata, array(
'Email' => $email,…
-
My "unsubscribe from lists" code fails since I updated to mailjet-gem 1.5, the problem is still present with 1.5.1 :
```ruby
l = ::Mailjet::Contactslist.all(name: "MyNewsletter", limit: 1).first
…
-
In my node app (running inside a docker container) I frequently get ENOTFOUND errors when caling `mailjet.post('send').request(message)`.
It is working most of the time, but suddenly failing for no…
-
.Hey guys
Hope you are doing great there !
I need to use the code of your for checking the deliver ability of my email,
But I am getting following error!
The type 'System.Net.Http.HttpMe…
jot11 updated
7 years ago
-
Yesterday I startet building a mail with MJML and it worked just fine, but then about noon, the mj-classes stopped working. even starting from scratch again ignores the classes, though on preview it l…
-
Hi,
what's the pyton equivalent of this curl call ? It's nowhere to be found in the documentation
```
curl -s -X GET \
--user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
https://api.mailjet.com…
-
Hello everybody,
how can i add a template paramaters to my fonction sendEmail?
Thanks,