Skip to content

Releases: xreef/EMailSender

Add support for STM32, add SSLClient integration to add SSL for Ethernet (now GMail is supported), minor fix

18 May 20:53
Compare
Choose a tag to compare

Add STM32 support.
Add SPI Flash.
Add SSLClient integration to allow sending Emails with SSL encryption (like Gmail) with ethernet (tested with STM32, ESP32, w5500, and enc28j60).
Fix the memory leak if all send goes wrong. minor fix

EMailSender fix multiple emails send

30 Dec 19:24
Compare
Choose a tag to compare

EMailSender fix multiple emails send with the same Wifi Client.

Add some ESP32 examples with the new filesystem support

13 Apr 20:42
Compare
Choose a tag to compare

Add some ESP32 examples with the new filesystem support

Enhance support for ESP32

12 Apr 21:12
Compare
Choose a tag to compare

Enhance support for ESP32 with all file system (LITTLEFS and FFat) and fix the new management of certificates in the ESP32 Arduino core > 1.0.4.

EMailSender add support for LittleFS

19 Mar 08:54
Compare
Choose a tag to compare

In this version we add support for LittleFS the future standard filesystem for esp8266.

EMailSender support for Arduino SAMD (WiFiNINA) boards

20 Jan 20:32
Compare
Choose a tag to compare

Thanks to Arduino foundation that support the develop, now support for Arduino SAMD (WiFiNINA) boards (Arduino UNO WiFi Rev.2, Arduino NANO 33 IoT, Arduino MKR 1010 and Arduino MKR VIDOR 4000 WiFi etc.)

EMailSender additional features for postfix SMTP server

02 Jan 23:12
Compare
Choose a tag to compare

Add possibility to use EHLO instead of HELO, and SASL login.

EMailSender more array types for distribution list

27 Nov 21:11
Compare
Choose a tag to compare

Now you can use char** String[] and const char** to manage distribution list array.

EMailSender name of email from

23 Nov 20:49
Compare
Choose a tag to compare

Add little features, add user name on from label (#9) and minor fix.

EMailSender with distribution list

27 Sep 20:21
Compare
Choose a tag to compare

Version 2 of the EMailSender library, a big evolution respect to version 1, with support for Arduino with w5100, w5200 and w5500 ethernet shield and enc28J60 clone devices, and support for esp32 and esp8266.
Now you can add attachments also, loaded from storage device like SD or SPIFFS.

Fix the escape character to support Outlook.
Add new distribution list features.