go-gomail / gomail

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

Multiple Mails over Single SMTP Connection #33

Closed codepushr closed 9 years ago

codepushr commented 9 years ago

I wonder if it's possible to send multiple emails over one SMTP connection and if it would improve the performance? I just tested your library, it's very smooth to use but it takes about 8 seconds to send 10 mails with the same mailer object.

alexcesaro commented 9 years ago

Duplicate of #10.