Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 828 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 828 Bytes

SMTPClient Arduino Library

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.

Getting Started

Just download the lastest realease and place it your Arduino IDE library folder. See https://www.arduino.cc/en/Guide/Libraries

Installing

The library is already up and running, you just need to look into the examples to see how it works.

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details