emersion / go-smtp

📤 An SMTP client & server library written in Go
MIT License
1.7k stars 215 forks source link
client esmtp lmtp mail server smtp

go-smtp

Go Reference

An ESMTP client and server library written in Go.

Features

Relationship with net/smtp

The Go standard library provides a SMTP client implementation in net/smtp. However net/smtp is frozen: it's not getting any new features. go-smtp provides a server implementation and a number of client improvements.

Licence

MIT