=== Plugin Name === Contributors: jurero123 Donate link: https://www.seolution.net Tags: email, validation, typo Requires at least: 3.0.1 Tested up to: 4.9.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Check email address inputs for common typos and fix them with only one click. Easily define custom checks. == Description == Plugin will automatically check all the inputs with "email" type and suggest a correction to the visitor in case of a typo. Example: "john.doe@gmal.com" instead of "john.doe@gmail.com". This is especially useful when sending transactional emails back to the customer after placing an order, submitting a contact form, etc. Sending emails to the non-existent addresses will result in so called "bounces" which will decrease reputation of your sending IP address. Your server's IP address might get blacklisted and you customers will no longer receive emails from you. == Installation == 1. Upload `email-address-validator.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it, plugin will now work with predefined domain names / checks 4. You can add custom domain names under Settings -> Email Validator in the WordPress administration == Frequently Asked Questions == = How does Email Address Validator (EAV) work? = Plugin will automatically look for all inputs with type "email" (input[type="email"]). With the next update, there will be an option to exclude certain inputs for email address validation. It will work with with Woocommerce, Contact Form 7 and any other plugin out of the box. = Which domains are included by default? = By default, following domains are automatically included after activating the plugin: aol.com, att.net, comcast.net, facebook.com, gmail.com, gmx.com, googlemail.com, google.com, hotmail.com, hotmail.co.uk, mac.com, me.com, mail.com, msn.com, live.com, verizon.net, yahoo.com, yahoo.co.uk = Can I define custom domains? = Of course, you can add any number of custom domains for validation. == Changelog == = 1.0 = Initial version release.