AWS Automatic SES

0

AWS Automatic SES configures WordPress run on an EC2 instance to use SES for email delivery. This plugin is not for generic use of SES. If you want to use SES outside of EC2 or have mor

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

AWS Automatic SES configures WordPress run on an EC2 instance to use SES for email delivery.

This plugin is not for generic use of SES. If you want to use SES outside of EC2 or have more control over the settings, then use another SES email plugin.

  • Region is automatically picked based on the region the EC2 instance is run in.
  • The EC2 instance’s Role is used and expected to have the necessary permissions for sending raw emails.
  • Only sender addresses verified for use with SES are used.

AWS permissions:

  • ses:SendRawEmail (required) – Required for basic email sending functionality.
  • ses:GetIdentityVerificationAttributes – If granted, will be used to warn if the default sender is not verified in SES. Required if you want AWS Automatic SES to permit the use of any from address that is verified in SES.
  • ses:ListIdentities (optional) – Optionally used to display a short list of identities verified in SES on the settings page.