EMailSender icon indicating copy to clipboard operation
EMailSender copied to clipboard

enhancement for attachments

Open pabloandresm opened this issue 3 years ago • 3 comments

I was looking for a way to add as attachment a binary blob, but the blob is in memory, not in SPIFFS nor FFat nor LittleFS nor SDCARD.

To be more precise, the image is in PSRAM, so I was looking for a way to add a binary blob image type "image/jpg" directly from "uint8_t* address" and "int length".

Is this library capable of doing that? Maybe I missed it. Otherwise it would be a nice enhancement.

Thanks

pabloandresm avatar Apr 13 '23 13:04 pabloandresm

Hi pabloandresms, It's true, I already think about that, but I hadn't time. I hope to implement It in the next future. Bye Renzo

xreef avatar Apr 16 '23 06:04 xreef

This would be super helpful to have

davidgs avatar Jul 13 '23 16:07 davidgs

Hello, it could be good to have attachement from a USB Type A flash drive of the Giga R1. Thanks.

syrinx75 avatar Dec 09 '23 12:12 syrinx75