Mail address verifier

A simple command line application that verifies whether the specified e-mail address is valid by attempting to resolve its MX records.

Usage

=====================================================================
VerifyAddress.exe
=====================================================================

Command line utility to check validity of e-mail addresses.
Parses specified e-mail addresses and resolves their domain MX records.

The program is a sample for Rebex Mail for .NET component.
For more info, see http://www.rebex.net/mail.net/

Syntax: VerifyAddress.exe address1 [address2 [address3] ...]

More info

The sample demonstrates:

  • Determining the correct SMTP server for email domain
  • Verifying, that email address is valid by querying SMTP server