Versions in this module Expand all Collapse all v0 v0.17.6 Dec 3, 2021 v0.17.5 Dec 3, 2021 Changes in this version + type AmazonSES struct + func New(accessKeyID, secretKey, region, senderAddress string) (*AmazonSES, error) + func (a *AmazonSES) AddReceivers(addresses ...string) + func (a AmazonSES) Send(ctx context.Context, subject, message string) error