=== AddonLogic Custom From Email ===
Contributors: snehalpancholi
Tags: email, from, sender, wp_mail, branding
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

Override the default WordPress sender name and email address globally for all outgoing emails.

== Description ==

AddonLogic Custom From Email lets you set a custom "From" name and email address for every email WordPress sends — contact forms, password resets, order confirmations, comment notifications, and any plugin that uses `wp_mail`. No theme or code edits required.

**Features:**
* Override From Name globally via `wp_mail_from_name` filter
* Override From Email globally via `wp_mail_from` filter
* Live preview of current effective from address
* Send a test email directly from the settings page
* Falls back to WordPress defaults when fields are left blank
* Lightweight — zero database queries on the front end

== Installation ==

1. Upload the `custom-from-email` folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** menu.
3. Go to **Settings → Custom From Email** and enter your desired sender details.
4. Send a test email to confirm everything is working.

== Changelog ==

= 1.0.0 =
* Initial release.
