=== AddonLogic Test Email Sender ===
Contributors: snehalpancholi
Tags: test email, mail test, smtp test, email deliverability, wp_mail
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Send a test email to any address directly from the WordPress admin to verify mail deliverability and inspect your current mail configuration.

== Description ==

Test Email Sender gives you a simple, purpose-built tool under Tools → Test Email Sender. Enter a recipient address, customise the subject and body, choose plain-text or HTML format, and click Send. The result (success or failure with error message) is shown immediately. A rolling log of the last 25 outbound emails is displayed on the same page.

**Features:**
* Send test emails to any address in seconds
* Auto-fills your current admin email as recipient
* Detects and displays the active mailer (WP Mail SMTP, FluentSMTP, default PHPMailer)
* Shows current From email/name as WordPress will use them
* Rolling log of last 25 sent emails
* Captures wp_mail_failed errors and displays them on failure
* Clear-log button with nonce protection

== Installation ==

1. Upload `test-email-sender/` to `/wp-content/plugins/`.
2. Activate via Plugins → Installed Plugins.
3. Go to Tools → Test Email Sender.

== Changelog ==

= 1.0.0 =
* Initial release.
