<?php function VerifyEmailAddress($EMail){ list($User, $Domain) = explode(â@â, $EMail); $Result = checkdnsrr($Domain, âMXâ); return($Result); } ?>