MXChecker
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Checks for valid DNS MX records.
This is a simple web service that checks for valid MX records using DNS services. You can use this service to validate any email address. This service uses DNS services to query the mail server named in your email address to see if the email address is valid.
Usage Notes
Accepts two inputs: [string]accessCode (use '0' for testing), and [string] emailAddress (use any valid email address format). Returns a string with 'OK' if the XM record is found and the server responds. Returns an error message is the record is missing or the server cannot verify the email address.
Download page includes .NET proxy client assembly as well as simple HTTP GET and POST test page.
Help Message Board