Page 1 of 1

ESP32-AT email examples

Posted: Thu Jun 30, 2022 9:32 pm
by BrunoPaillard
Hi

Are there examples for login-in to an SMTP server (if possible with SSL) and sending an email using ESP32-AT?

Thanks

Bruno

Re: ESP32-AT email examples

Posted: Fri Jul 29, 2022 8:49 am
by ESP_Sun
Hi,

AT currently does not have this command, but you can implement this function by customizing the AT command.
1. IDF SMTP example (https://github.com/espressif/esp-idf/tr ... mtp_client)
2. How to add user-defined AT commands (https://docs.espressif.com/projects/esp ... t-commands)