AdvMX Example Code
The component provides you a way
to get MX (mailhost) records for the specified domain name. It takes domain
name as an input and return its MX records along with their preferences. In
addition to MX records, the component also provides DNS lookup and reverse DNS
lookup. The component provides these operations.
-
DNS lookup and reverse DNS lookup.
-
Retrieve MX (mailhost) records
along with their preferences for the specified domain.
-
Retrieve total number of
designated incoming SMTP servers for the specified domain.
Method Name |
Method Description |
DNSLookup |
DNSLookup does a normal DNS lookup
on given domain name |
ReverseDNSLookup |
ReverseDNSLookup
does a reverse DNS lookup on given IP address |
GetMXRecord |
Return
listing of all MX records along with their preferences for given
domain name |
VerifySMTP |
Verifies the specified SMTP server |
Property Name |
Property
Description |
MXRecords |
Return total
number of MX records for the specified domain name |