SMTP
Posted: Thu Jun 01, 2023 12:12 pm
I am building a device which will send the Email in case of any fault, I am using smtp example present in ESP IDF and it works fine for Gmail server but whenever I tried with any other smtp server Emails are not getting delivered. I can see them into my sent folder but over there I can see that the emails triggered by the esp32 are not getting delivered because server identify that emails as spam.
I don't have the server certificate so i have disabled the server certificate validation. Here I have attached my code this works for gmail server but not for other smtp servers
I don't have the server certificate so i have disabled the server certificate validation. Here I have attached my code this works for gmail server but not for other smtp servers