Skip to content

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

License

Notifications You must be signed in to change notification settings

tripledubs/go-smtp

This branch is up to date with emersion/go-smtp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6c3019 Β· Sep 7, 2024
Oct 6, 2021
Aug 14, 2023
Apr 17, 2024
May 18, 2016
Nov 2, 2016
Jul 13, 2024
Mar 28, 2024
Sep 7, 2024
May 8, 2024
Sep 7, 2024
Jan 21, 2024
Apr 4, 2024
Mar 29, 2024
May 9, 2020
May 9, 2020
Apr 29, 2022
Apr 9, 2023
Aug 14, 2023
Aug 14, 2023
Apr 23, 2024
Apr 17, 2024
Nov 3, 2023

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%