v1.0.0
This commit is contained in:
commit
27aae99d99
2996 changed files with 130406 additions and 0 deletions
49
readme.txt
Normal file
49
readme.txt
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
=== SMTP (by ROBOTSTXT) Amazon SES ===
|
||||
Contributors: robotstxt
|
||||
Tags: amazon ses, smtp, email, transactional, deliverability
|
||||
Requires at least: 6.0
|
||||
Tested up to: 6.9
|
||||
Requires PHP: 8.2
|
||||
Stable tag: 1.0.0
|
||||
License: GPLv3 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
This private add-on connects the ROBOTSTXT SMTP plugin with Amazon Simple Email Service (SES).
|
||||
|
||||
== Description ==
|
||||
|
||||
SMTP (by ROBOTSTXT) Amazon SES extends the core ROBOTSTXT SMTP plugin with a first-class Amazon SES transport. Configure the IAM credentials and region once to deliver transactional email securely and reliably through your AWS account. The extension keeps the familiar SMTP plugin interface while enforcing WordPress security best practices, validating credentials, and handling mail routing transparently.
|
||||
|
||||
= Key features =
|
||||
|
||||
* Authenticate with IAM access and secret keys managed securely inside WordPress.
|
||||
* Select from all supported Amazon SES regions with automatic discovery of newly available endpoints.
|
||||
* Send mail using the AWS SDK while preserving the original message structure, headers, and attachments.
|
||||
* Re-use the ROBOTSTXT SMTP logging tools to audit delivered messages.
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. Upload the plugin files to the `/wp-content/plugins/` directory or install the ZIP package via the WordPress admin.
|
||||
2. Activate the plugin through the **Plugins** screen. The base **SMTP (by ROBOTSTXT)** plugin must remain active.
|
||||
3. Navigate to **SMTP (by ROBOTSTXT) → Settings** and choose the Amazon SES integration.
|
||||
4. Provide the IAM access key, secret key, and select your Amazon SES region. Save the settings to verify your credentials.
|
||||
5. Send a test email from the SMTP settings page to confirm successful delivery.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Do I need the base SMTP plugin? =
|
||||
|
||||
Yes. This add-on depends on the core **SMTP (by ROBOTSTXT)** plugin for the settings interface, logging, and overall mail routing logic.
|
||||
|
||||
= Are my credentials validated? =
|
||||
|
||||
The plugin validates Amazon SES credentials during saving to prevent misconfigurations. Errors appear directly on the SMTP settings page if authentication fails.
|
||||
|
||||
= Does the plugin support multisite? =
|
||||
|
||||
Yes. Network administrators can manage credentials centrally or allow individual sites to configure their own Amazon SES connection.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue