esp-idf/examples/protocols/smtp_client/main
Vikram Dattu 81de14b505 Add newline separator to fix wrong attachment sent
Issue:

Missing newline between header and attachment

Issue seen with email clients viz., AppleMail and YahooMail. Attachment is not renderable.
Some clients like Google mail, Samsung mail tolerate the issue.

Fix:
Added newline between header and attachment.

Closes https://github.com/espressif/esp-idf/issues/6098

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-07-26 10:15:47 +08:00
..
CMakeLists.txt Added simple SMTP email client. 2020-02-04 18:13:28 +05:30
component.mk Added simple SMTP email client. 2020-02-04 18:13:28 +05:30
esp_logo.png Added simple SMTP email client. 2020-02-04 18:13:28 +05:30
Kconfig.projbuild Added simple SMTP email client. 2020-02-04 18:13:28 +05:30
server_root_cert.pem Added simple SMTP email client. 2020-02-04 18:13:28 +05:30
smtp_client_example_main.c Add newline separator to fix wrong attachment sent 2021-07-26 10:15:47 +08:00