外掛說明
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.
安裝方式
- Install aws-auto-ses from the WordPress.org plugin repository.
- Activate it on your plugins page.
- Use the SES Options settings page to ensure your role has the correct permissions and the sender(s) are verified.
- On the SES Options page enable delivery via SES.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
0.0.1
- Initial version