mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 01:38:27 +00:00
Change DNS validation to default to true instead of false by @brianfreytag
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