gpepe / esp8266-sendemail

Send email with esp8266 arduino.
20 stars 14 forks source link

please kindly provide Sketch examples for using this lib #5

Open dsyleixa opened 4 years ago

dsyleixa commented 4 years ago

hello, could you please kindly provide Sketch examples for using this lib, in an extra "examples" subfolder, like conventionally featured in all Arduino libs? Also please add a detailed description about the usage and meaning of all parameters in SendEmail(const String& host, const int port, const String& user, const String& passwd, const int timeout, const bool ssl); Thank you!

PS, will it be possible also to address common commercial providers and accounts, e.g. t-online.de, gmx.de, or just gmail.com?