OVMS3-idf/examples/protocols/smtp_client/main/CMakeLists.txt
Vikram Dattu 405186c866 Added simple SMTP email client.
This is based on `ssl_mail_client` from mbedtls.

The client also adds functionality to send attachments.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2020-02-04 18:13:28 +05:30

3 lines
130 B
CMake

idf_component_register(SRCS "smtp_client_example_main.c"
EMBED_TXTFILES server_root_cert.pem esp_logo.png)