Skip to content

uponusolutions/go-smtp

 
 

Repository files navigation

go-smtp

coverage reference report

An ESMTP client and server library written in Go.

Pages

Features

  • ESMTP client & server implementing [RFC 5321]
  • Support for additional SMTP extensions such as [AUTH] and [PIPELINING]
  • UTF-8 support for subject and message

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

About

📤 An SMTP client & server library written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%