Notice: Undefined index: hostname in /home/forge/swingnote.com/tools/mxlookup.php on line 12
MXLookup
SwingNote
{ Business Solutions for the Enterprise }
   


  Featured Clients
  Code/Software
  Online Tools
  Tech Q&A
  SEO Q&A
  Threat Alerts
  Contact
  Search
  About
 
MX Lookup

Look up the mail server records for any domain.

Primary and Secondary servers will be returned.

Host:
Mail Server(s):






Designed by Markus Diersbock
No MX record(s) returned!
"; } else { $arynew=array_merge_assoc($aryweights, $aryhosts); foreach ($arynew as $key => $value){ echo "".$key." - ".$value."
"; } } } function array_merge_assoc($keyarray, $valuearray){ $i=0; foreach($keyarray as $element){ $aryreturn[$element]=$valuearray[$i++]; } return $aryreturn; } ?>