Skip to content

Releases: xreef/EMailSender

Support for Arudino GIGA WiFi

14 Mar 15:43
Compare
Choose a tag to compare

Added support of Arduino GIGA WiFi.
Section MBED microcontrollers.

`
// Arduino MBED microcontrollers configuration LIKE Arduino GIGA
#ifndef DEFAULT_EMAIL_NETWORK_TYPE_ARDUINO_MBED
#define DEFAULT_EMAIL_NETWORK_TYPE_MBED NETWORK_MBED_WIFI
#define DEFAULT_INTERNAL_ARDUINO_MBED_STORAGE STORAGE_NONE
#define DEFAULT_EXTERNAL_ARDUINO_MBED_STORAGE STORAGE_SD
#endif

`

Fix previous version erros

31 Oct 10:31
Compare
Choose a tag to compare

In the pull request of the previous version, there was an error, we are going to fix It.
Thanks for this forum topic https://mischianti.org/forums/topic/emailsender-not-compiling/ by Mark

Fix warnings

17 Oct 12:32
Compare
Choose a tag to compare

Fixed warning caused by the reuse of a constant.
#43 Thanks to @Patriboom @Andy2015

Add support for Ethernet_Generic and ESP8266SdFat library on Raspberry Pi Pico

16 Feb 22:14
Compare
Choose a tag to compare

Add support for Ethernet_Generic
Add the management of ESP8266SdFat library on Raspberry Pi Pico #forum

Add STM32, Raspberry pi Pico support and some fix

13 Jan 09:37
Compare
Choose a tag to compare

Fix external storage error 404 (#forum
Fix distribution list examples
Add Raspberry Pi Pico W and rp2040 boards
Add STM32 management for https://github.com/rogerclarkmelbourne/Arduino_STM32 library.

Add possibility to disable SSL via define

20 Sep 20:00
Compare
Choose a tag to compare

Add FORCE_DISABLE_SSL to disable SSL if present

Additional fix on additional response management

20 Jul 20:40
Compare
Choose a tag to compare

Additional fix on additional response management (#26)

Fixed attachment issue on SPIFFS and LittleFS

12 Jul 10:55
Compare
Choose a tag to compare

In this release we fix the attachment issue on SPIFFS and LittleFS

Manage response

06 Jul 20:28
Compare
Choose a tag to compare

Manage multiple response message after connect and HELO (#26)
Add possibility to set additionalResponseLineOnConnection with void setAdditionalResponseLineOnConnection(uint8_t numLines = 0), needed if on connection you receive 220 response as error, and add Ethernet2.

Change client context management for backward compatibility

20 May 07:12
Compare
Choose a tag to compare

Change client context management for backward compatibility, and change the example name.