# Send email or other method

**URL:** https://discourse.nodered.org/t/send-email-or-other-method/100675
**Category:** General
**Created:** [28 March 2026 13:45 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675 "2026-03-28T13:45:00Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![usernamepasswordBS](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/usernamepasswordbs/32/81035_2.png) [@usernamepasswordBS](https://discourse.nodered.org/u/usernamepasswordBS)
#### Post date: [28 March 2026 13:45 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/1 "2026-03-28T13:45:00Z")

</div>

Hi All,

Been trying to send a couple of bits of data, once a day, to someone who lives in my house for them to create a spreadsheet. Tried the email node with my hotmail account but no joy and I have since read a bit about setting it all up and it would seem to be quite complicated.  
Seeing as the person who will receive the messages is in the same house, maybe email is overkill anyway and maybe another node would be more suitable and above all, easier to configure.

Any ideas ?

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [28 March 2026 13:53 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/2 "2026-03-28T13:53:02Z")

</div>

> [@usernamepasswordBS](#):
>
> hotmail account

Ah. There's the problem, in a nutshell.

Set up a gmail account.  
Use 2FA.  
Create an app password.

There are full write-ups in the forum on sending via gmail

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [28 March 2026 13:55 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/3 "2026-03-28T13:55:46Z")

</div>

Better than email would be a comms tool like Telegram. There are others of course such as WhatsApp and Signal but Telegram is really the easiest to get going with and there is a decent contributed set of nodes.

---

<div class="post-metadata">

### Author: ![usernamepasswordBS](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/usernamepasswordbs/32/81035_2.png) [@usernamepasswordBS](https://discourse.nodered.org/u/usernamepasswordBS)
#### Post date: [29 March 2026 07:31 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/4 "2026-03-29T07:31:50Z")

</div>

It doesn't surprise me that hotmail is a problem. I will try telegram etc then.

Thanks for your replies.

---

<div class="post-metadata">

### Author: ![PdeJ](https://avatars.discourse-cdn.com/v4/letter/p/c89c15/32.png) [@PdeJ](https://discourse.nodered.org/u/PdeJ)
#### Post date: [29 March 2026 16:33 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/5 "2026-03-29T16:33:49Z")

</div>

I don't know whether this would be of interest to you, but I use Google _ **Forms** _ and _ **Sheets** _ for entering and storing data in the cloud from a Node Red application using a `node red http request node`. So using this method the data can go directly into a spreadsheet for others to access. Probably overkill for your purposes, but maybe not. [Google Sheets example](https://sites.google.com/view/pdej/ha-pircam/google-sheets)

---

<div class="post-metadata">

### Author: ![usernamepasswordBS](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/usernamepasswordbs/32/81035_2.png) [@usernamepasswordBS](https://discourse.nodered.org/u/usernamepasswordBS)
#### Post date: [29 March 2026 16:56 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/6 "2026-03-29T16:56:30Z")

</div>

That's interesting, I will look into that as the person who will be processing the data uses google sheets.

---

<div class="post-metadata">

### Author: ![PdeJ](https://avatars.discourse-cdn.com/v4/letter/p/c89c15/32.png) [@PdeJ](https://discourse.nodered.org/u/PdeJ)
#### Post date: [31 March 2026 11:28 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/7 "2026-03-31T11:28:34Z")

</div>

So, if they are already using Google Sheets for the analysis then, as I've described in the link to my notes for my Node Red application, they should be able to set up a Form linked to a Sheet for your data and provide you with the URL for direct input.

---

<div class="post-metadata">

### Author: ![usernamepasswordBS](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/usernamepasswordbs/32/81035_2.png) [@usernamepasswordBS](https://discourse.nodered.org/u/usernamepasswordBS)
#### Post date: [31 March 2026 13:34 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/8 "2026-03-31T13:34:18Z")

</div>

I've given them your link so I'm waiting for them to get started. I will see if they can send me a URL.

Thanks,

---

<div class="post-metadata">

### Author: ![PdeJ](https://avatars.discourse-cdn.com/v4/letter/p/c89c15/32.png) [@PdeJ](https://discourse.nodered.org/u/PdeJ)
#### Post date: [31 March 2026 14:45 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/9 "2026-03-31T14:45:33Z")

</div>

> [@jbudd](#):
>
> Set up a gmail account.  
> Use 2FA.  
> Create an app password.

Incidentally my Node Red application also uses emails to send me notifications. I use a Gmail account dedicated to that Node Red Application to send emails to my hotmail account using `node-red-node-email`

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/e/1/e1bf8594a8e49476c24fad3f7d582939278a39a5.png)

---

<div class="post-metadata">

### Author: ![usernamepasswordBS](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/usernamepasswordbs/32/81035_2.png) [@usernamepasswordBS](https://discourse.nodered.org/u/usernamepasswordBS)
#### Post date: [1 April 2026 12:30 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/10 "2026-04-01T12:30:58Z")

</div>

I was hoping to personally avoid setting up anything with google.

---

<div class="post-metadata">

### Author: ![PdeJ](https://avatars.discourse-cdn.com/v4/letter/p/c89c15/32.png) [@PdeJ](https://discourse.nodered.org/u/PdeJ)
#### Post date: [2 April 2026 20:43 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/11 "2026-04-02T20:43:44Z")

</div>

Hopefully, you won't need to if you are passed a URL for the Sheets, but thought I would just show you that the setup for using the email node was straightforward.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [1 July 2026 20:43 UTC](https://discourse.nodered.org/t/send-email-or-other-method/100675/12 "2026-07-01T20:43:46Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
