Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Postman = realPostOfficer() Cartero = realPostOfficer() Facteur = realPostOfficer() Yóudìyuán = realPostOfficer() Leterportisto = realPostOfficer() )
Functions ¶
func InitGomail ¶
func SendEmailFromAdmin ¶
func SendTestEmail ¶
func SendTestEmail() error
Types ¶
type EmailError ¶
type EmailError error
func PostOffice ¶
func PostOffice(msg *gomail.Message, postOfficers ...PostOfficer) EmailError
func SendEmail ¶
func SendEmail(msg *gomail.Message) (emailError EmailError)
type PostOfficer ¶
type PostOfficer func(msg *gomail.Message) EmailError
Click to show internal directories.
Click to hide internal directories.