Documentation
¶
Overview ¶
Package ses An easy way to use the [Amazon Simple Email Service(SES)](https://aws.amazon.com/ses/) api to send emails
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDefaultHTTPClient ¶
SetDefaultHTTPClient set the default http client for this package
Types ¶
type Option ¶
type Option struct {
// contains filtered or unexported fields
}
Option SES api options
func NewHTTPClientAPI ¶
func NewHTTPClientAPI(client http.Client, endpoint, from, accessKeyID, secretAccessKey string) *Option
NewHTTPClientAPI constructor for SES api with given HTTP client
func (*Option) SendHTMLMail ¶
SendHTMLMail send html emails
Click to show internal directories.
Click to hide internal directories.