leaStudios Mailer
Lightweight Amazon SES email transport for WordPress. Routes every wp_mail() through SES, logs every send, and tracks bounces/complaints/deliveries via SNS webhooks.
by leaStudios · github.com/adamjohnlea/leastudios-mailer · website
★ 0stars
15release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/adamjohnlea/leastudios-mailer/releases/download/v1.3.0/leastudios-mailer-1.3.0.zipFrom the readme
leaStudios Mailer
Lightweight Amazon SES email transport for WordPress. Routes every wpmail() through SES, logs every send, and tracks bounces/complaints/deliveries via SNS webhooks.
- Requires WordPress: 6.4+
- Requires PHP: 8.1+
- License: GPL-2.0-or-later
Features
- Amazon SES via REST API — no SMTP configuration required.
- Email logging — every send is logged with recipient, subject, status, and SES message ID.
- Delivery tracking — configure an SNS webhook to receive bounce/complaint/delivery events; status updates flow into the email log.
- Health check in the admin — verify your SES configuration and send a test email.
- Encrypted credentials at rest (libsodium).
- Configurable log retention with automatic cleanup.
How it works
The plugin hooks into WordPress's prewpmail filter to intercept outgoing emails. When SES is enabled, mail goes through the SES API; when disabled or on error, it falls back to the default WordPress transport.
Installation
1. Upload leastudios-mailer to /wp-content/plugins/.
2. Activate via Plugins → Installed Plugins.
3. Go to Mailer in the admin menu, enter AWS credentials (Access Key, Secret, Region) and the verified From address.
4. Enabl
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.3.0 | May 29, 2026 | leastudios-mailer-1.3.0.zip | 4 |
| v1.2.3 | May 24, 2026 | leastudios-mailer-1.2.3.zip | 1 |
| v1.2.2 | May 24, 2026 | leastudios-mailer-1.2.2.zip | 5 |
| v1.2.1 | May 24, 2026 | leastudios-mailer-1.2.1.zip | 3 |
| v1.1.1 | May 23, 2026 | leastudios-mailer-1.1.1.zip | 0 |
| v1.1.0 | May 23, 2026 | leastudios-mailer-1.1.0.zip | 0 |
| v1.0.0 | May 23, 2026 | leastudios-mailer-1.0.0.zip | 2 |
| v1.2.0 | May 23, 2026 | leastudios-mailer-1.2.0.zip | 0 |