Page 1 of 1

Email Notifications

Posted: 23 Mar 2022, 22:43
by Lifesigns
Hi All,

Read various posts on here and online about setting up email notifications on the ES8266 NodeMCU with ESP Easy mega-20211224.

Just looking to setup email notifications either via Gmail or GMX.

Any thoughts?

Thanks

Re: Email Notifications

Posted: 23 Mar 2022, 23:19
by TD-er
Gmail only supports encrypted connections, so unless you setup a relay on some other host, you cannot use it directly from ESPEasy as we don't (yet) support TLS.

Re: Email Notifications

Posted: 23 Mar 2022, 23:56
by Lifesigns
Any steps on how I do that?

Re: Email Notifications

Posted: 24 Mar 2022, 08:20
by TD-er
Depends on what system you're using.
For example a Linux host (e.g. Raspberry Pi), or some external service like smtp2go (that one was mentioned in a few issues lately, so not sure if that's still working without TLS)

For raspberry pi (when searching for "mail relay raspberry pi") I found this one: https://raspberrytips.com/mail-server-raspberry-pi/
No idea how well it does work, but it was one of the first hits in Google.

Re: Email Notifications

Posted: 24 Mar 2022, 16:26
by ThomasB
After my ISP host turned off non-secure email last year I found myself in the same situation. I considered using one of my RPI's as a mail server, but for simplicity I ended up using a free account on smtp2go.com. It forwards notifications to my preferred email address.

Works well, now all my ESPEasy devices can phone home.

- Thomas

Re: Email Notifications

Posted: 24 Mar 2022, 17:51
by Lifesigns
I had looked at smtp2go earlier though wasn’t sure how I’d configure it.

Would you mind sharing how you achieved that?

Thanks

Re: Email Notifications

Posted: 24 Mar 2022, 18:15
by ThomasB
Would you mind sharing how you achieved that?
Screenshot example:
.
Example
Example
smtp2go.jpg (79.53 KiB) Viewed 5993 times
.

- Thomas

Re: Email Notifications

Posted: 24 Mar 2022, 18:20
by Lifesigns
That’s mega helpful thank you.

Did you have to do much config on smtp2go?

Re: Email Notifications

Posted: 24 Mar 2022, 18:52
by ThomasB
Nothing unusual at smtp2go; just create your free account.

- Thomas