-
I have a hosting with a dedicated ip, but the mailjet api uses the server IP as php does.
It's possible with curl to user the dedicated ip by setting the CURLOPT_INTERFACE option.
How can I do it wi…
-
In the prod environment, requests may take from half a second (bad, but usable) to more than 2 seconds (absurdly slow).
Interestingly, when we tested that environment before, the problem could only…
-
the class for the Contactstatistics https://github.com/mailjet/mailjet-apiv3-java/blob/master/src/main/java/com/mailjet/client/resource/Contactstatistics.java uses the field
`public static String CO…
-
Hello, I try to create a nest js service to use mailer API, when I try to build my service I've got this error: TypeError: Cannot create property 'mailer' on string 'host'
`
private mailjet: Clie…
-
It's kind of related to this one https://github.com/mailjet/laravel-mailjet/issues/53 .
The issue I am seeing is that after the upgrade to 3.0.1, it breaks saying the following:
You cannot use \"S…
-
Add API route to reset password using email.
Provide email address and the system will send a email with a link to reset the password.
Things to add:
* [x] Email sending using SMTP (nodema…
-
- [X] I am on the [latest](https://github.com/sdispater/poetry/releases/latest) Poetry version.
- [X] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and b…
-
Hello,
I have PrestaShop 8.1.0
PHP version: 8.2.8
The version of the module is v3.6.0
I have a problem with the Login Information setting after installing the module.. I enter the correct Api …
-
-
My system compiles with zero warnings and all tests pass, under 3.2.1. But if I change just one character, ie `3.2.1` to `3.2.2` in my build.gradle file, the system still compiles with no warnings but…