-
Hello,
I've installed: "mailjet/mailjet-apiv3-php-simple": "dev-sboo-master" but I got an Method not allowed 405. Whenever I change to "mailjet/mailjet-apiv3-php-simple": "1.0.4" all emails are sent f…
-
Bonjour,
j'essaye d'envoyer des mails avec la fonction suivante:
function send_mailjet($dest,$subject,$text) {
$mj = new Mailjet();
$params = array(
"method" => "POST",
"from"…
-
Hello,
I'm using this PHP wrapper for Mailjet API. When trying to deal with return value from API, I found something strange in the sendRequest() method.
My requests are made with POST, and the respo…
-
Hi !
Since the "VIEW filter" update, the request to find a contact using his email no longer works.
I was used to do this :
$params = array(
'method' => 'VIEW',
'unique' => 'contact@email.com'…
-
Bonjour,
Je voudrais savoir s'il était possible de créer une campagne avec la classe php actuelle.
Je me suis renseigné sur l'APIv3 à ce niveau et j'ai essayé d'en créer une en bidouillant un peu la …
-
Hi,
i try to add a contact to a list but without succes
here is my code
```
$params = array(
'method' => 'POST',
'Email' => htmlentities($_POST['inputMail'])
…
Colir updated
9 years ago
-
I found your mailjet-apiv3-php-simple-library and it seems to be exactly what I'm looking for, because I want to extend the formdata, in the widget of the original plugin for Wordpress: I want to regi…
-
Hi!
When I send an email through sendMail() method, Outlook does receive the email, but consider it as a spam.
It works for gmail adresses, but always gets in spam folder for Outlook.
I am using the…
-
Hello,
Have an example on using "Adding an HTML body to a newsletter", especially for the parameters available. (http://dev.mailjet.com/guides/newsletter-guide/)
Thank you in advance for your respo…
Jysui updated
9 years ago
-
Bonjour,
Je n'arrive pas à ajouter une adresse email d'envoi à un de mes sous comptes.
```
$params = array (
"method" => "POST",
"Email" => "sender@domain.com"
);
$mailjetSubAccount->send…