//
pkg.gl
Category
github.com/Laisky/go-utils/v4
email
package
4.10.0
Repository:
https://github.com/laisky/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
4
Dependents
0
Files
74 SLOC
#
Functions
NewMail
NewMail create Mail with SMTP host and port.
WithMailSendDialer
WithMailSendDialer set gomail.Dialer.
#
Structs
MailT
MailT easy way to send basic email.
#
Interfaces
Mail
Mail is a simple email sender.
Sender
Sender create gomail.Dialer.
#
Type aliases
SendOption
SendOption is a function to set option for Mail.Send.