From 31c1816af2048a7c1d348a42ee4968ed09ff175e Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 20 Jul 2024 09:17:56 +0700 Subject: [PATCH] Fix SMTP message sending result issue #349 --- src/ESP_Mail_SMTP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP_Mail_SMTP.h b/src/ESP_Mail_SMTP.h index 0fecc21..b2e9c48 100644 --- a/src/ESP_Mail_SMTP.h +++ b/src/ESP_Mail_SMTP.h @@ -5,7 +5,7 @@ /** * Mail Client Arduino Library for Espressif's ESP32 and ESP8266, Raspberry Pi RP2040 Pico, and SAMD21 with u-blox NINA-W102 WiFi/Bluetooth module * - * Created July 19, 2024 + * Created July 20, 2024 * * This library allows Espressif's ESP32, ESP8266, SAMD and RP2040 Pico devices to send and read Email through the SMTP and IMAP servers. *