-
Notifications
You must be signed in to change notification settings - Fork 29
/
library.json
21 lines (21 loc) · 1.08 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "EMailSender",
"description": "Library to send EMail with attachments via Raspberry Pi Pico W (WiFi, LittleFS), 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, Raspberry Pi Pico W, rp2040, 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/category/my-libraries/emailsender-send-email-with-attachments/",
"frameworks": "Arduino",
"version": "3.0.14",
"platforms": "*"
}