Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // S3 Holds the s3 service. S3 s3Service // SES Holds the ses service. SES sesService )
Functions ¶
Types ¶
type Email ¶ added in v1.6.0
type Email struct { // From is the source email. From string // To is a set of destination emails. To []string // ReplyTo is a set of reply to emails. ReplyTo []string // Subject is the email subject text. Subject string // Text is the plain text representation of the body. Text string // HTML is the HTML representation of the body. HTML string }
Email options.
Click to show internal directories.
Click to hide internal directories.