-
Hello!
I am using Mailjet which is a fine transactional email service.
They provide no mailboxes but having an API they provide a callback sending a JSON.
Would it be possible to recreate a DSN…
-
Bonjour,
Lorsque j'envoie un mail comme ceci par exemple :
````
$body = [
'FromEmail' => "contact@MyDomain.com",
'FromName' => "MyDomain.com",
'Subject' => "Bienvenue sur MyDomain.com",
'MJ-…
-
So in my php code var:first is "no" so it should not go inside loop. But it executes for loop.
As var:low_price_low_stock_goods is empty array in mail i get error:
So mail gives error "No value…
-
Hi,
I was running tests on my code today involving Mailjet API calls and was surprised to get this warning:
```
Unverified HTTPS request is being made. Adding certificate verification is strongly…
-
HI,
I have another problem with the MailJet API.
I'd like to upload a CSV but content type seems to be wrong.
`$CSVFile = file_get_contents("../../file.csv");`
`$MJResponse = $MJClient->post(R…
-
Hi,
We have different subaccounts defined in our mailjet user account. What we would like to do is from the same rails application, send user notifications through one of the subaccounts and send r…
-
Was doing some debugging today and noticed that resource instance methods like `update_attributes` don't hit the API. Since instance methods don't call the `change_resource_path` like the class method…
-
To fetch back the hardbounces into our database we use the apis /bouncestatistics and /messagesentstatistics
The code works most of the time, but sometimes we get back HTTP error 411 Length Require…
-
Hi,
I've tried to send a test email with mailjet credentials but it doesn't work. I've added API keys and verified sender (my mailjet login email), when I click the send button nothing happens, no …
-
I've started using Firebase Functions: https://firebase.google.com/features/functions/
It's basically a node.js server.
When I try to send an email, I get the following error response:
```
Err…