mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02: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
|