Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SourceARN string Source string RecipientAllowListRegex *regexp.Regexp // a regex that a recipient must match in order to be sent to }
Config is email configs used only for SES
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender is an implementation for sending email with the SES Go SDK It lives in package "email" for now, but can be pulled out and imported if necessary for testing
Click to show internal directories.
Click to hide internal directories.