>
Download This Plugin | |
Download Elegant Themes | |
Name | Mailgun Email Validator |
Version | 1.2.1 |
Author | Jesin |
Rating | 92 |
Last updated | 2014-12-19 11:03:00 |
Downloads |
2532
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Mailgun Email Validator plugin added 5 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Mailgun Email Validator plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Mailgun Email Validator plugin ads no tables to your Wordpress blog database.Most email validators look for an @
and a .
(dot) some go further and blacklist certain domain names. But Mailgun's Advanced email validation service goes deeper and looks for the existence of the domain name, presence of a MX record and the custom ESP(Email Service Provider) grammar.
The grammar here is the rules defined by each email provider. For example, Yahoo Mail addresses can only contain letters, numbers, underscores, and one period.
So user.name.abc@yahoo.com
perfectly passes the is_email() function but can never exist as it contains more than one period. Such addresses can't escape Mailgun's Email validation.
user@some-random-characters.com
can't escape.anything@example.com
is caught.small@gmail.com
and hyphen-user@gmail.com
can't get away.is_email()
function.This plugin requires a Mailgun Public API Key which can be obtained through a free sign-up at Mailgun(No credit card required).
If you're trying out this plugin on a local WAMP/LAMP/MAMP installation make sure your system is connected to the Internet for this plugin to contact Mailgun.
Read about Mailgun's email validation service.