Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonSES ¶
type AmazonSES struct {
// contains filtered or unexported fields
}
AmazonSES struct holds necessary data to communicate with the Amazon Simple Email Service API.
func New ¶
New returns a new instance of a AmazonSES notification service. You will need an Amazon Simple Email Service API access key and secret. See https://aws.github.io/aws-sdk-go-v2/docs/getting-started/
func (*AmazonSES) AddReceivers ¶
AddReceivers takes email addresses and adds them to the internal address list. The Send method will send a given message to all those addresses.
Click to show internal directories.
Click to hide internal directories.