=== Golala Email Sender === Contributors: golalatech Donate link: https://www.paypal.com/donate/?hosted_button_id=3GMCZMMPLYX5L Tags: email, mail, sender, from, notification Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.0.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Change the default WordPress email sender name and address. == Description == This plugin allows you to replace the default WordPress email sender information with your own custom settings. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/golala-email-sender` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Go to Settings - Email Sender to configure 4. Enter your desired sender name and email address 5. Save changes and test with the test email button == Frequently Asked Questions == = How does this plugin work? = The plugin uses WordPress filters `wp_mail_from` and `wp_mail_from_name` to override the default sender information. = What emails does this affect? = All emails sent by WordPress including: * Password reset emails * New user registration * Comment notifications * Admin notifications * And any other email sent via wp_mail() = What email should I use? = We recommend using an email address from your own domain, such as: * noreply@yourdomain.com * admin@yourdomain.com * info@yourdomain.com = Will this plugin work with SMTP plugins? = Yes! This plugin works alongside SMTP plugins. It only changes the sender information, not the delivery method. = Why are my emails still going to spam? = This plugin only changes the sender information. For better deliverability, consider: 1. Using a proper email address from your domain 2. Setting up SPF/DKIM records for your domain 3. Using an SMTP plugin with a proper mail server == Screenshots == 1. Settings page - Configure your sender name and email 2. Test email feature - Send a test email to verify settings == Changelog == = 1.0.0 = * Initial release * Basic sender name and email customization * Test email functionality * Settings page with clean interface == Upgrade Notice == = 1.0.0 = Initial release. No upgrade required. == Privacy == This plugin does not collect, store, or transmit any user data. All settings are stored locally in your WordPress database. == Support == For support, feature requests, or bug reports, please visit the [WordPress support forums](https://wordpress.org/support/plugin/golala-email-sender/). == Donate == **Love this plugin? Help keep it free!** :) Developing and maintaining free plugins takes time and effort. Your donations help: * Add new features requested by users * Ensure compatibility with WordPress updates * Provide fast, friendly support * Keep the plugin 100% free for everyone [Donate via PayPal](https://www.paypal.com/donate/?hosted_button_id=3GMCZMMPLYX5L) Every donation, no matter how small, is deeply appreciated! == License == This plugin is licensed under the GPL v2 or later.