mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-26 01:43:41 +01:00
7 lines
172 B
Go
7 lines
172 B
Go
// Package gomail provides a simple interface to compose emails and to mail them
|
|
// efficiently.
|
|
//
|
|
// More info on Github: https://github.com/go-mail/mail
|
|
//
|
|
package mail
|