Skip to content

πŸ“€ An SMTP client & server library written in Go

License

Notifications You must be signed in to change notification settings

emersion/go-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

495c409 Β· Apr 28, 2025
Oct 6, 2021
Aug 14, 2023
Apr 17, 2024
May 18, 2016
Nov 2, 2016
Jul 13, 2024
Mar 28, 2024
Apr 28, 2025
Apr 28, 2025
Apr 6, 2025
Jan 21, 2024
Mar 16, 2025
Mar 29, 2024
Mar 16, 2025
Mar 16, 2025
Apr 29, 2022
Apr 9, 2023
Aug 14, 2023
Aug 14, 2023
Apr 6, 2025
Apr 6, 2025
Apr 6, 2025

Repository files navigation

go-smtp

Go Reference

An ESMTP client and server library written in Go.

Features

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

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