Documentation
¶
Overview ¶
Package ses provides a small wrapper around AWS SES.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct { From string // From source email To []string // To destination email(s) Subject string // Subject text to send Text string // Text is the text body representation HTML string // HTMLBody is the HTML body representation ReplyTo []string // Reply-To email(s) }
Email options.
Click to show internal directories.
Click to hide internal directories.