orliesaurus / nodemailer-mailgun-transport

nodemailer is an amazing node module to send emails within any of your nodejs apps. This is the transport plugin that goes with nodemailer to send email using Mailgun 🔫
MIT License
880 stars 97 forks source link

SyntaxError: Unexpected end of JSON input #108

Closed wilav-dev closed 3 years ago

wilav-dev commented 3 years ago

Hello, sometimes (I can't reproduce) I'm getting this error message in production "SyntaxError: Unexpected end of JSON input" at node_modules/mailgun.js/dist/mailgun.js:2:40191. When I use smtp everything is working ok.

Any idea?

orliesaurus commented 3 years ago

Looks like it's an issue with mailgun.js