Questions tagged [mailjet]

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing.

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing. Website: http://dev.mailjet.com/

198 questions
1
vote
0 answers

Mailjet Nodejs : Email send but not recived

I try from couple of hours to send email within Mailjet. I'd create a API with Express and a specific POST route to call the following function: /* [Imports] Node.js Import NPM modules */ const Mailjet = require('node-mailjet'); //…
DWSapp
  • 11
  • 1
1
vote
0 answers

Mailjet API 401 error when sending emails

im getting this error config.action_mailer.delivery_method = :mailjet_stmp whenever I open the view where mailjet is supposed to send an email, I set it up usinf mailjet gem and the mailer initializer, i will add the controller and initializer as…
diego
  • 409
  • 4
  • 12
1
vote
0 answers

Laravel Mailjet email not sending

I have access to an X-CASH web script, but its email functions are not working. I have tried using SMTP, PHPMail, and Mailjet, but it's not sending emails. And also, I have tried going through the code, but I can't seem to pinpoint the error. I can…
1
vote
0 answers

Laravel How to get the MailJet response after an email message has been sent

Based on this answer I want to track the status of an email, in order to determine if the system should try to resend the undelivered mail one more time. I have created the listener: class MailJetSentResponse { /** * Handle the event. …
Pathros
  • 10,042
  • 20
  • 90
  • 156
1
vote
0 answers

Can't send mail on server using Laravel and mailjet

I am working on a Laravel project and try to send emails using mailjet. Sending mails local works fine, but using the same settings on my centos 7 webserver gives me an error which I can't resolve for days now. .env…
Lesley Peters
  • 409
  • 1
  • 5
  • 20
1
vote
1 answer

I am trying to use the mailjet to send messages via email, but why is the word version not recognized in it

I am trying to use Mailjet to send messages via email, but why is the word version not recognized in it? I downloaded the mailgate package I'm practicing programming using the asp.net core5.0 framework. Are there other distinct ways to send messages…
1
vote
0 answers

nodemailer: getaddrinfo ENOTFOUND in-v3.mailjet.com

I am currently working on an API in NestJs using mail sending with Mailjet service. Sending mail works locally, in a docker container, but not in the pod via my Kubernetes cluster. The error on the API is as follows: error: 22:45:35.712+00:00…
MrLizzard
  • 158
  • 9
1
vote
1 answer

Mailjet templating language(TWIG, PUG syntax) - how to use template variable within inline style prop?

I'm trying to customize my e-mail templates using the Mailjet Passport tool. The HTML code generated by Passport Drag and Drop tool, supports templating language that is similiar to Twig. What I need to achieve is to put variable for inline style…
p7adams
  • 622
  • 1
  • 9
  • 24
1
vote
1 answer

Emails not rendering properly on outlook app but works on browser

I am sending emails from a spring app via mailjet , the emails are rendering properly when open them with the web version of outlook as in this screenshot and even on the outlook mobile app but when i use the desktop version it gets completely…
ahmed
  • 33
  • 7
1
vote
2 answers

Unable to manage Mailjet via Azure

I know it sounds like a ticket meant for the Azure or Mailjet support directly but it's super hard to contact them on that topic. Maybe someone has faced the same issue and could provide some guidance on how to workaround that. Mailjet has recently…
1
vote
3 answers

How to fix Angular third party API call blocked by cors policy?

I have created a simple app with third party email sending api implementation to get email through contact form. When I am running the app on my local host or on my github page, I am getting this error: Access to XMLHttpRequest at…
jhon
  • 101
  • 11
1
vote
1 answer

Create new contact to Mailjet and adding to an existing list

After subscription on my website form, I need to create the new contact on Mailjet and then add it to a specific list that already exist. I have this following code which I execute after insert my user to database. $firstname = "Michael"; $email =…
romdev
  • 13
  • 4
1
vote
1 answer

Mailjet: alert on undelivered recipients

I'm aware this may not be the right place to ask this, but I don't know where else and others may encounter the same issue. I'd like to have an aggregated view (or an alert) when some recipients in my contact list don't receive any of the emails my…
Augustin Riedinger
  • 20,909
  • 29
  • 133
  • 206
1
vote
2 answers

MailJet Not able to send from java email: ( 400 Bad Request )

I try to send an email from our java project but every time I have a code error 400. So I take the same request printed in the java console and send it from Postman with the same other elements then it works from Postman and i receive the email but…
yobs
  • 33
  • 5
1
vote
1 answer

Is it possible to get the online-version link of a campaign with mailjet api?

I am thinking of creating an archive list of sent newsletters with mailjet. The easiest would be to get the online-version links and list them. But I didn't find getting the urls in the Documentation.