mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
New SMTP library and refactoring of mailer code
This commit is contained in:
parent
99220641f3
commit
bd43319bb2
39 changed files with 3163 additions and 1268 deletions
6
core/mail/doc.go
Normal file
6
core/mail/doc.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
// 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
|
Loading…
Add table
Add a link
Reference in a new issue