Skip to content

Commit 4c15063

Browse files
committed
Update README.md for v4.1.0: Add generic stream and string attachments option, update version in installation instructions, and enhance changelog details
1 parent b4e33e7 commit 4c15063

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Complete tutorials and articles available on [mischianti.org](https://www.mischi
136136
- **LittleFS** (ESP32, ESP8266, RP2040)
137137
- **FFAT** (ESP32)
138138
- **SPIFM** (SPI Flash with Adafruit_SPIFlash)
139+
- **Generic stream and string attachments option**
139140

140141
### External Storage (SD/microSD Cards)
141142
- **SD** (Standard SD library)
@@ -154,7 +155,7 @@ Complete tutorials and articles available on [mischianti.org](https://www.mischi
154155
Add to your `platformio.ini`:
155156
```ini
156157
lib_deps =
157-
xreef/EMailSender@^4.0.0
158+
xreef/EMailSender@^4.1.0
158159
```
159160

160161
### Manual Installation
@@ -274,7 +275,9 @@ For boards with limited RAM (like Arduino Uno):
274275
- Regular account password will not work
275276
276277
## Change log v4.x
277-
- 12/10/2025: v4.1.0 Add Stream and File as attachement type
278+
- 10/11/2025: v4.1.0
279+
- Add Stream and File as attachement type
280+
- Bug fix for size and encoding
278281
- 09/10/2025: v4.0.1 Fix path sslclient and code completition of Platformio
279282
280283

0 commit comments

Comments
 (0)