=== AddonLogic SMTP Configuration ===
Contributors: snehalpancholi
Tags: smtp, email, mail, wp_mail, deliverability
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

Route all WordPress outgoing email through a custom SMTP server with host, port, encryption, auth settings, and a live connection test.

== Description ==

AddonLogic SMTP Configuration replaces WordPress's default PHP mail() function with SMTP delivery. Configure any SMTP provider — Gmail, SendGrid, Mailgun, Postmark, or your own server — and immediately improve email deliverability.

**Features:**
* SMTP host, port, encryption (TLS / SSL / none) settings
* Optional SMTP authentication with securely stored credentials
* From name and From email override
* One-click connection test (no email sent)
* Test email sender to verify full end-to-end delivery
* Password stored encrypted, never shown in plain text

== Installation ==

1. Upload the `smtp-configuration` folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** menu.
3. Go to **Settings → SMTP Configuration** and enter your SMTP details.
4. Click **Test Connection** to verify the server is reachable.
5. Send a test email to confirm delivery.

== Changelog ==

= 1.0.0 =
* Initial release.
