-
Greetings once more
and straight to the point :)
ListRecipient has a number of issues for me:
1)
When listed, the contents have an attribute, not shown in the documentation: “ListName”. Is this suppos…
sicoa updated
8 years ago
-
Hi,
I created this [package for Laravel 5](https://github.com/sboo/laravel5-mailjet), which also includes this library. Unfortunately I can't just 'require' it with composer, because your class is no…
-
Greetings again
I cannot implement the View part both on CampaignStatistics and ApiKeyTotals.
There is only List to be used and as such, i cannot call .Get
ex.
```
cl.createCall(ApiKeyTotals.Get)
…
-
Greetings again
There are some issues regarding campaigns and newsletters. If there ain't any, maybe its my misunderstanding of their practical use.
I had sent some time ago 2 newsletters for testing…
-
Looking through some of the code i noticed that all of the resources are named `Apikeyaccess` with the first character capitalized and the rest lowercased. Most of the other Go code i have seen, even …
-
I am finding using the php-mailjet-v3-simple.class.php file and the example for just sending an e-mail through the system that I am getting duplicate e-mails. On the mailjet dashbord, I am getting sen…
-
Greetings
We have been testing your new api implementation, and there seems to be a deep issue. I have attached a screenshot of my simple code and debug screen for more details.
Description:
client = …
sicoa updated
8 years ago
-
Bonjour,
J'ai mis en place tous les composants pour le fonctionnement de cette API, j'ai copié/collé le code pour envoyer un simple email "sendEmail()", et j'ai toujours en retour une erreur 400.
Un…
-
Hi,
I like to get all unsubscribed contacts of a list.
I tried something like this:
function mailjetGetUnsubscribedContactsFromList(Mailjet $mj, $listID) {
$params = array(
"method" => "G…
-
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…