go-gomail / gomail

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

Connection reset by peer #91

Open suntong opened 7 years ago

suntong commented 7 years ago

I've experienced many time the "connection reset by peer" error, after having waited 10+ minutes for my big attachments to go through:

gomail: could not send email 1: write tcp 192.168.166.xxx:53644->14x.xx.xx.xx:465: write: connection reset by peer

Would there by any ways to reduce such error within gomail? Thanks.