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

Support client timeout config #111

Closed johnsardine closed 3 years ago

johnsardine commented 3 years ago

I've encountered an issue where the request was timing out and I noticed this transport did not support defining a timeout. This is just a quick suggestion, for sure you'll find a more appropriate way to provide the config.

Thank you for creating this

orliesaurus commented 3 years ago

Thank you @johnsardine