Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailClient ¶
type MailClient struct {
FromMail string
Service MailServices
SMTP *SMTPConfig
}
func NewKarmaMail ¶
func NewKarmaMail(fromMail string, service MailServices) *MailClient
func (*MailClient) SendSingleMail ¶
func (m *MailClient) SendSingleMail(email models.SingleEmailRequest) error
type MailServices ¶
type MailServices string
const ( AWS_SES MailServices = "AWS_SES" SMTP MailServices = "SMTP" MAILGUN MailServices = "MAILGUN" SENDGRID MailServices = "SENDGRID" )
Click to show internal directories.
Click to hide internal directories.