Renzo Mischianti
Published © CC BY-NC-SA

Send Email with ESP8266 and Arduino

A simple method to notify a problem is to use email, It’s very usefully and simple to share, so I created a library to do it.

BeginnerProtip1 hour46,467
Send Email with ESP8266 and Arduino

Things used in this project

Story

Read more

Code

Code snippet #5

Plain text
    Serial.println("Sending status: ");
    Serial.println(resp.code);
    Serial.println(resp.desc);
    Serial.println(resp.status);

Code snippet #6

Plain text
Connection: ESTABLISHED
Got IP address: 192.168.1.104
Sending status: 
1
0
Message sent!

Github

https://github.com/xreef/EMailSender

Credits

Renzo Mischianti

Renzo Mischianti

35 projects • 43 followers
Software developer but I love electronics, wood, nature, and everything else as well. Now blogger? on www.mischianti.org

Comments