Change DNS validation to default to true instead of false by @brianfreytag

This commit is contained in:
Eduardo Gulias Davis
2014-08-22 01:08:16 +02:00
@@ -86,7 +86,7 @@ class EmailValidator
return false;
}
$dns = false;
$dns = true;
if ($checkDNS) {
$dns = $this->checkDNS();
}