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't use TLS 587 port #44

Closed aldock closed 9 months ago

aldock commented 10 months ago

It works for SSl 486 port, but not for TLS.

xreef commented 10 months ago

Hi, yes, it doesn't work for TLS. I explain in the tutorial how to set gmail for that. Bye Renzo

aldock commented 9 months ago

Thank you. Emailsender uses very low memory, would be nice if could uses TLS. Thank you

xreef commented 9 months ago

Hi aldock, I'm happy that you noted that and that It's possible because It uses SSL. TLS is more complex and wants a bigger quantity of memory. Bye Renzo