A comprehensive library for sending and receiving emails using the SMTP protocol, written in Go.
Go to file
Tracker-Friendly d1d71c8614 Initial commit 2024-11-21 19:34:13 +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 Initial commit 2024-11-21 19:34:13 +00:00
go.sum Initial commit 2024-11-21 19:34:13 +00:00
smtp.go Initial commit 2024-11-21 19:34:13 +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