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

Please allow passing apiKey as alias of api_key #88

Open kapouer opened 4 years ago

kapouer commented 4 years ago

As in nodemailer-postmark-transport, for example.

markstos commented 1 year ago

@kapouer Consider submitting a PR.

kapouer commented 1 year ago

I won't but this issue might help others (cause some other nodemailer plugins use apiKey and when it's missing it's a bit tricky to find out why).