SMTPClient is a library which allow Arduino to send email through an SMTP server. The library support Extended SMTP, implemented e.g. by GMail (you still need a client capable of SSL connection). The library is compatibile with Arduino/Genuino, Fishino (all flavour) and ESP8266.
Just download the lastest realease and place it your Arduino IDE library folder. See https://www.arduino.cc/en/Guide/Libraries
The library is already up and running, you just need to look into the examples to see how it works.
- Alessandro Pasqualini - alessandro1105
This project is licensed under the Apache License 2.0 - see the LICENSE file for details