go-gomail / gomail

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

Attachment issue #194

Open pant0m opened 2 months ago

pant0m commented 2 months ago

How to prevent packet loss when sending multiple people with relatively large attachments? I uploaded about 10MB, but when I reached the client, the file was damaged.

wneessen commented 1 month ago

That's nothing the package can handle. TCP should take care of that though.