這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

AWS Automatic SES

外掛說明

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.

安裝方式

  1. Install aws-auto-ses from the WordPress.org plugin repository.
  2. Activate it on your plugins page.
  3. Use the SES Options settings page to ensure your role has the correct permissions and the sender(s) are verified.
  4. On the SES Options page enable delivery via SES.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AWS Automatic SES〉的開發相關工作。

參與者

將〈AWS Automatic SES〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.1

  • Initial version