public function getErrors(): array
return false;
$domain = substr(strrchr($email, "@"), 1); $recipient = $email; // Get MX servers getmxrr($domain, $mxhosts); if (empty($mxhosts)) $mxhosts = [$domain];
public function getErrors(): array
return false;
$domain = substr(strrchr($email, "@"), 1); $recipient = $email; // Get MX servers getmxrr($domain, $mxhosts); if (empty($mxhosts)) $mxhosts = [$domain]; email checker php