A comprehensive library for sending mails with Golang
The main idea of this library was to provide a simple interface to send emails for authors’ JS-Mailer projects. It quickly evolved into a full-fledged mail library. go-mail follows the idiomatic Golang style and best practice. Its only dependency is the Go Standard Library. It combines many functionalities from the standard library to give easy and convenient […]