Mega Code Archive

 
Categories / Php / Network
 

Get MX records corresponding to a given Internet host name

<?php    getmxrr("www.rntsoft.com",$mxhosts);    print_r($mxhosts); ?>