Releases: tlr87/email-tester
Release list
Email Tester rc1
📦 Release Description — WP Email Debugger
WP Email Debugger is a WordPress plugin designed to help developers and site administrators troubleshoot email delivery issues quickly and effectively. It provides a simple interface to send test emails while capturing detailed debug information to diagnose problems with wp_mail() or SMTP configurations.
This release introduces a powerful email testing tool that logs key transmission data—including headers, sendmail path, and delivery results—making it easier to identify where email failures occur. Debug information is displayed directly within the WordPress admin dashboard and also sent to the site administrator for convenient review.
✉️ Key Capabilities
Send test emails with support for To, CC, and BCC recipients
Option to send HTML-formatted emails
Detailed logging of email headers and delivery results using error_log()
Automatic delivery of debug logs to the site administrator
Simple and intuitive admin interface for quick testing
🚀 Purpose of the Release
This release is focused on improving email diagnostics within WordPress environments. It helps identify issues related to:
PHP mail configuration
SMTP misconfigurations
Server-level email restrictions
Deliverability and formatting errors
🧩 Use Cases
Troubleshooting contact forms and notification emails
Testing SMTP plugins and server configurations
Debugging failed email delivery
Verifying email formatting and headers
Supporting development and staging environments
📄 License
This plugin is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
Under the following terms:
Attribution — You must give appropriate credit to Tom Revill and RD3 Tech
NonCommercial — You may not use the material for commercial purposes
For full license details, visit:
https://creativecommons.org/licenses/by-nc/4.0/
📝 Changelog
Version 1.1
Added full email logging and admin debug report delivery
Introduced support for CC, BCC, and HTML emails
Enhanced debugging via error_log()
Version 1.0
Initial release with basic test email functionality
If you want, I can also:
Add a GPL-compatible version (for WordPress.org compliance)
Format this into a readme.txt for WordPress plugin directory submission
Or generate a LICENSE file + plugin headers automatically 👍