Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCouldNotSend = errors.New("could not send mail") ErrNotAuthorized = errors.New("Unauthorized") )
Functions ¶
This section is empty.
Types ¶
type AwsSimpleEmailService ¶
type AwsSimpleEmailService struct {
// contains filtered or unexported fields
}
func NewSESClient ¶
func NewSESClient() AwsSimpleEmailService
type EmailClient ¶
type EmailClient struct {
// contains filtered or unexported fields
}
func NewEmail ¶
func NewEmail( client emailer, ) EmailClient
type EmailPayload ¶
Click to show internal directories.
Click to hide internal directories.