Closed MariusJam closed 2 years ago
Hello @MariusJam Issue was related and published in new version - https://github.com/mailjet/mailjet-apiv3-php/releases/tag/v1.5.7
Hello @oleksandr-mykhailenko,
Thanks for the quick fix ! The version 1.5.7 resolves the issue indeed.
Hello,
When you do :
The POST request is sent to https://api.mailjet.com/v3/send and not https://api.mailjet.com/v3.1/send as expected. The $options array provided in post() method erases the version set previously.
I have this issue with at least v1.5.5 and v1.5.6 of the Mailjet PHP client.