package
0.0.0-20220122125102-f89aad3f2f64
Repository: https://github.com/osiloke/mail.git
Documentation: pkg.go.dev

# Functions

NewMailgunMailer create new mailgun mailer.
NewMailjetMailer create new mailjet mailer.
NewPostmarkMailer create new mailjet mailer.
NewMailgunMailer create new mailgun mailer.
NewSMTP new smtp mailer.

# Structs

Config required.
MailgunMailer a mailer that sends emails with mailgun.
MailjetMailer a mailer that sends emails with mailjet.
No description provided by the author
Params required.
PostmarkMailer a mailer that sends emails with mailjet.
SendgridMailer a mailer that sends emails with sendgrid.
SMTP sends mails using cmtp.

# Interfaces

Mailer defines an object that can send a mail.