Plugin will check all the inputs with email type and suggest correction to the in case of typo..
This is useful when sending transactional emails back to the customer after placing order, submitting contact form, etc..
Sending emails to the non-existent addresses will in so called bounces which will decrease reputation of your sending IP address..
Upload email-address-validator php to the wp-content plugins directory.
Activate the plugin through 'Plugins WordPress.
You can add custom domain names under Settings -> Email Validator in WordPress administration...
It will work with Woocommerce, Contact Form 7 and any other plugin out of the box...
Of course, you can add any number of custom domains, TLDs and second level domains for validation...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Refactored code for using default checks instead of redefining them in the plugin.. 1.0.
Read more