smtp

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2018 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sender

type Sender struct {
	// contains filtered or unexported fields
}

Sender is used to send emails

func NewSender

func NewSender(logger log.Logger, host, port, username, password string) *Sender

NewSender creates a new mailgun email sender

func (*Sender) BatchSend added in v0.10.0

func (s *Sender) BatchSend(ctx email.Context, templateName string, params email.Params, from string, to []email.Recipient) error

BatchSend an email to multiple recipients

func (*Sender) ReplaceSend added in v0.14.0

func (s *Sender) ReplaceSend(send func(string, string, gosmtp.Auth, string, []string, []byte) error)

ReplaceSend can be used to mock internal send function

func (*Sender) Send

func (s *Sender) Send(ctx email.Context, templateName string, params email.Params, from string, to email.Recipient) error

Send an email

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL