How to send email with Mailgun in node-red

Hi.
I want to use Mailgun in order to send mail from node-red, but I can't figure out how to get this done.
Anyone already accomplish this by any chance?

Thanks.

the example they give uses a curl command so I would look to use an http-request node (with change node in front to setup some of the extra fields) to do the same.

Now it exists a node specifically for this use-case if anyone stumbles upon this topic again: https://flows.nodered.org/node/@sinch/node-red-mailgun

1 Like