Sending an email with esp8266

Hello
I have a question is it possible to send an email from my adafruit huzzah esp8266 to my email account. By example i want to get an mail when someone put the lights on. Anyone that has experience with this topic.

Thanks

I'm trying to do the same thing with a stand alone esp8266 (Adafruit Huzzah model). I know this is possible, I hacked a project that someone wrote in LUA, it works well at sending the email via SMTP, I just set up an account at smtp2go and changed the settings on their site to allow me to send without AUTH.

Have you had any luck?

Craig

Do a search for telnet smtp (result e.g. smtp commands). It will give you all the basics. Instead of telnet, you can use putty.

The above allows you to test everything by hand on a PC to gain experience. Next you can code; instead of the telnet command, you open a connection to the server and next send the commands, verify replies and so on.

google this: Send Email From ESP8266 Using NodeMcu Firmware