Send email or other method

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 ?

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

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.

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

Thanks for your replies.

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

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