Documentation ¶
Index ¶
Constants ¶
View Source
const ( AWSSesProvider provider = "aws-ses" SMTPProvider provider = "smtp" DefaultCharset = "UTF-8" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Descriptor ¶
func NewProvider ¶
func NewProvider(ctx context.Context, o Opts) (Descriptor, error)
type Opts ¶
type Opts struct { Provider provider SmtpConfig *SmtpConfig }
Click to show internal directories.
Click to hide internal directories.