xreef / EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.
https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/
MIT License
74 stars 26 forks source link

Can not send email #2

Closed nimaltd closed 4 years ago

nimaltd commented 4 years ago

hello. please add this function client.setInsecure() in send

EMailSender::Response EMailSender::send(const char* to, EMailMessage &email) { WiFiClientSecure client;

client.setInsecure(); <<<<<<<<

xreef commented 4 years ago

Thanks for your support, I set new variable isSecure (with default value a false), so now all client request isInsecure(). Thanks again Renzo