mirror of
https://gitee.com/gitea/gitea
synced 2025-11-13 21:10:26 +08:00
6 lines
175 B
Go
6 lines
175 B
Go
// Package gomail provides a simple interface to compose emails and to mail them
|
|
// efficiently.
|
|
//
|
|
// More info on Github: https://github.com/go-gomail/gomail
|
|
package gomail
|