nodemailer-mailgun-transport
nodemailer-mailgun-transport copied to clipboard
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 🔫
Using this inside of Kubernetes returns `Forbidden` without any other detail, both locally and on the server cluster. Works inside docker/docker compose. Other services accessing external APIs work. All services...
All working well but getting the following warning when using the react template engine: Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX...
I use a template object as an email template in the transport. as soon as I use template, the plaintext version doesn't work anymore. Neither of this versions are working...
As in nodemailer-postmark-transport, for example.
I made template and gave all parameters it neede to send it. but i'm receiving this error all the time: ``` Error: ENOENT: no such file or directory, open '../../views/email/verifyemail.ejs'...
Have tested this plugin today as a fallback method for nodemailer SES transporter but while https://github.com/gazoakley/nodemailer-smime does work with the SES transporter, for some reason it seems to be ignore...
It seems like a more robust approach would be to use Mailgun's [`/messages.mime`](https://documentation.mailgun.com/api-sending.html#sending) endpoint to send raw emails. This is what the nodemailer-ses-transport does, for example: nodemailer already gives you...
Google only [allows connection on port 2525](https://cloud.google.com/compute/docs/tutorials/sending-mail/using-mailgun#mailgun_smtp_settings). I've been looking to change the port to no success. How does one change the port to fit this use case?
I wasn't able to make this kind of attachment work using the current version of the transport: ``` js { // use URL as an attachment filename: 'license.txt', path: 'https://raw.github.com/andris9/Nodemailer/master/LICENSE'...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [faucet](https://github.com/substack/faucet). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...