Valid an Email Address.
Install with component(1):
$ component install yuehu/valid-email
The validation is async.
var valid = require('valid-email');
valid(email, function(res) {
// res.valid ?
// res.hint
});
Reset valid.MAILGUN_KEY
to null
to disable mailgun email address validation.
valid.MAILGUN_KEY = null;
MIT