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

Simple AWS SES Mail

描述

Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application. You can configure Amazon SES quickly to support several email use cases, including transactional, marketing, or mass email communications.

安裝

  1. Upload or download the plugin from the WordPress repo and activate
  2. Create a IAM user throught the AWS dashboard with programmatic access and a AmazonSSMFullAccess policy attached
  3. Enter the key directly throught the dashboard under the tools menu.

Or enter the keys generated in the wp-config.php example below.

define( ‘SASM_FROM_EMAIL’, ‘hello@example.com’ );
define( ‘SASM_FROM_NAME’, ‘Testing’ );
define( ‘SASM_REGION’, ‘us-east-1’ );
define( ‘SASM_KEY’, ” );
define( ‘SASM_SECRET’, ” );

  1. Enable logs send a test email and check logs.

常見問題

coming soon.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Simple AWS SES Mail” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simple AWS SES Mail 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.0.1