📬 GO Mailer
go-mailer is a simple Go module for email sending
Help you sending email in the simple and easy way using either SMTP or SMTP over SSL connection.
go get github.com/irnes/go-mailer
import (
"github.com/irnes/go-mailer"
)
MIT License