Closed adampatterson closed 1 year ago
It seems like the Laravel package is using V3 while the PHP wrapper is using 3.1. 3.1 works with the JSON body provided by the Admin pannel after you convert the JOSN to valid JSON and then the PHP example uses the wrong Class path.
new MailjetClient(...);
should be new \Mailjet\Client(...);
I don't think the transaction config settings are being used for transactional emails services.mailjet.transactional.options
values.
Am I supposed to specify anything so that the correct API version is used?
Hello @adampatterson What package do you mean when say about V3.1 ?
Close due to incorrect settings
I am new to MailJet and the platform and could be doing something wrong, but I found the documentation to be a bit confusing.
I used this example.
It would be nice if the template example matched the sending example.
In the admin interface the JSON provided in the CURL body don't line up with the array sent by the package which seems odd.
I looked for other examples on GitHub and only found a few that were using
Var
instead ofVariables
In any case, I get a successful response, but nothing is showing up in my Inbox, and the message events are not showing anything sent.
Any help would be much appreciated.