ESP32-AT email examples

BrunoPaillard
Posts: 2
Joined: Thu Jun 30, 2022 9:18 pm

ESP32-AT email examples

Postby BrunoPaillard » Thu Jun 30, 2022 9:32 pm

Hi

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

Thanks

Bruno

ESP_Sun
Posts: 291
Joined: Thu Dec 30, 2021 9:52 am

Re: ESP32-AT email examples

Postby ESP_Sun » Fri Jul 29, 2022 8:49 am

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)

Who is online

Users browsing this forum: No registered users and 28 guests