Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendEmail ¶
func SendEmail(emailData Email) *ses.SendEmailOutput
*********************************************************************
create and send text or html email to single receipents. @returns resp *ses.SendEmailOutput
func SetConfiguration ¶
*********************************************************************
aws configuration
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. credits : https://github.com/tj/go-ses
Click to show internal directories.
Click to hide internal directories.