package
3.5.0
Repository: https://github.com/laisky/go-utils.git
Documentation: pkg.go.dev

# Functions

NewMail create Mail with SMTP host and port.
WithMailSendDialer set gomail.Dialer.

# Structs

MailT easy way to send basic email.

# Interfaces

Mail is a simple email sender.
Sender create gomail.Dialer.

# Type aliases

SendOption is a function to set option for Mail.Send.