xhit / go-simple-mail

Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
MIT License
650 stars 102 forks source link

Using a reader to attach a file #85

Open dtrehas opened 1 year ago

dtrehas commented 1 year ago

In some cases the file to be attached is a file that is already open, or the input is a network resource with no way to store it somewhere. So it could be a great to attach using an io.Reader. Thank you for your wonderful project.

xhit commented 1 year ago

Hi.

It's posible.

Currently I'm busy, but I can work on this before August end.

Also, If you have some progress, I will review PR.

Thanks!

renom commented 2 months ago

Was it implemented?

xhit commented 2 months ago

Not implemented yet. PR is welcome