mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-17 21:47:03 +00:00
Merge pull request #17 from brianfreytag/remove_dns_requirement
Change DNS validation to default to true instead of false
This commit is contained in:
@@ -86,7 +86,7 @@ class EmailValidator
|
||||
return false;
|
||||
}
|
||||
|
||||
$dns = false;
|
||||
$dns = true;
|
||||
if ($checkDNS) {
|
||||
$dns = $this->checkDNS();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user