go-gomail / gomail

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

Clarification: Is this an SMTP server? #60

Open collinglass opened 8 years ago

collinglass commented 8 years ago

I'm currently looking for a golang replacement for Haraka SMTP server. Is this an SMTP server or a library that would call an SMTP server?

Haraka: https://haraka.github.io/

jordan-wright commented 7 years ago

This is a library that would call an SMTP server. If you are looking for an SMTP server, Mailhog is pretty decent.

pedromorgan commented 7 years ago

Its a client library for creating an email with text, subject, attach, recipients etc, and then sending via an smtp server..

as @jordan-wright mentions above, MailHog is a good TEST SMTP server, unlike in the real world with all flavours of them, all over the planet, in different langs and timezones.