Sending email
By enabling the SES add-on, you can enable your application to send email from a specific domain. This is backed by AWS' Simple Email Service.
Prerequisites
- A verified domain in SES
- An account that has been removed from the sandbox
- (Optional, but highly recommended) the provided SPF and DKIM records
Overview
This add-on provides the app access to send email via the SES API from addresses in the given domain via its IAM task role.
Tip
Many open source libraries exist for simplifying sending email via SES. Look for one in your preferred language or framework if you don't want to work with the lower-level AWS SDK.
Config Variables
None.