-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add STM32 support. Add SSLClient integration to allow send Email with…
… SSL encryption (like Gmail) with ethernet (tested with STM32, ESP32, w5500, and enc28j60), minor fix
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "EMailSender", | ||
"description": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core <=2.4.2 must be set and >2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", | ||
"keywords": "arduino, esp8266, esp32, stm32, email, SMTP, Attachment, gmail, spiffs, Fat, LittleFS, Ethernet, w5500, enc28j60, WiFi, SPI Flash", | ||
"homepage": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", | ||
"authors": | ||
{ | ||
"name": "Renzo Mischianti", | ||
"email": "[email protected]", | ||
"url": "https://www.mischianti.org" | ||
}, | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/xreef/EMailSender" | ||
}, | ||
"url": "https://www.mischianti.org", | ||
"frameworks": "Arduino", | ||
"version": "3.0.0", | ||
"platforms": "*" | ||
} |