# How to send email with Mailgun in node-red

**URL:** https://discourse.nodered.org/t/how-to-send-email-with-mailgun-in-node-red/7875
**Category:** General
**Created:** [12 February 2019 12:56 UTC](https://discourse.nodered.org/t/how-to-send-email-with-mailgun-in-node-red/7875 "2019-02-12T12:56:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cowchimp](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cowchimp/32/26_2.png) [@cowchimp](https://discourse.nodered.org/u/cowchimp)
#### Post date: [12 February 2019 12:56 UTC](https://discourse.nodered.org/t/how-to-send-email-with-mailgun-in-node-red/7875/1 "2019-02-12T12:56:03Z")

</div>

Hi.  
I want to use [Mailgun](https://www.mailgun.com/) 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.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [12 February 2019 18:28 UTC](https://discourse.nodered.org/t/how-to-send-email-with-mailgun-in-node-red/7875/2 "2019-02-12T18:28:11Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Hartzell](https://avatars.discourse-cdn.com/v4/letter/h/96bed5/32.png) [@Hartzell](https://discourse.nodered.org/u/Hartzell)
#### Post date: [6 September 2023 12:29 UTC](https://discourse.nodered.org/t/how-to-send-email-with-mailgun-in-node-red/7875/3 "2023-09-06T12:29:26Z")

</div>

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](https://flows.nodered.org/node/@sinch/node-red-mailgun)
