A comprehensive library for sending and receiving emails using the SMTP protocol, written in Go.
Go to file
Tracker-Friendly ff35d6f004 Made the authentication mechanisms more modular by returning an authentication function rather than an address 2024-12-08 15:13:33 +00:00
examples Fixed example 2024-11-25 15:53:40 +00:00
.gitignore Initial commit 2024-11-21 19:34:13 +00:00
LICENSE.md Initial commit 2024-11-21 19:34:13 +00:00
README.md Initial commit 2024-11-21 19:34:13 +00:00
go.mod Fixed the broken module name 2024-11-21 19:35:30 +00:00
go.sum Initial commit 2024-11-21 19:34:13 +00:00
smtp.go Made the authentication mechanisms more modular by returning an authentication function rather than an address 2024-12-08 15:13:33 +00:00

README.md

SMTP

A comprehensive library for sending and receiving emails using the SMTP protocol, written in Go.

Go Report Card Go Reference