go-gomail / gomail

The best way to send emails in Go.
MIT License
4.32k stars 572 forks source link

Embed/Attach from io.Reader #69

Open sam701 opened 7 years ago

sam701 commented 7 years ago

It would be nice to be able to attach a file from io.Reader.

Use Case: I'd like to be able to create a zip file and attach it to a message without saving it on the hard drive.

painhardcore commented 7 years ago

same proposal here.

arbarlow commented 7 years ago

I've added a PR for this. Please do look 👍

panzerdev commented 7 years ago

This would be way way better! The reader opens up way more possibilities! Total :+1:

jerjako commented 7 years ago

+1

Loupax commented 4 years ago

+1 4 months before 2020 :)

pedromorgan commented 4 years ago

see #104 and #108

Loupax commented 4 years ago

Yeah, saw everything a few minutes after posting this 🤦‍♂

xfengw commented 4 years ago

it would be nice to be able to attach a file from io.Reader