=== EmailZap === Contributors: grooveline Tags: smtp, mail, email Requires at least: 6.2 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A lightweight and secure plugin that switches your WordPress email sending to SMTP. Configure your SMTP server easily from the admin panel. == Description == EmailZap is a simple and lightweight plugin that replaces WordPress's default mail sending with SMTP. You can easily configure SMTP host, port, encryption method, authentication, username, and password from the admin settings page. Passwords are encrypted using AES-256-CBC before being saved to the database, enhancing your site's security. == Installation == 1. Upload the `emailzap` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to \"Settings > EmailZap SMTP\" and fill in your SMTP information. Click \"Save Changes.\" == Frequently Asked Questions == = SMTP is not working after setup = Please double-check your SMTP host, port, encryption, and credentials. Also ensure your server can connect to the SMTP server (firewall settings, port availability, etc.). == Changelog == = 1.0.0 = * Initial release