-verify (-vf)
Previous Topic  Next Topic 

Category:

 

SMTP Server Communication

 

Description: 

 

NOTE: Email address verification is maintained in NetMailBot for backward compatibility with older versions, but is no longer a supported feature.

 

Verifies all email addresses specified with the -to-tolist-cclist, and -bcclist parameters. If a single email address is specified after the -verify parameter, only that email address will be verified. 

 

Optional?

 

Yes.

 

Overrides:

 

None.

 

Overridden By:

 

(Sending and/or receiving of email - one cannot verify and send in the same invocation; it must be a two-step process).

 

Other Parameters Required:

 

For single email address verification: -dnsservers

 

For multiple email address verification: -dnsservers (-to-tolist-cclist, or -bcclist)

 

See Also:

 

-from

 

Usage:

 

-verify <optional single email address>

 

Examples (cut-and-paste right into your batch file):

 

Example #1: Verify one email address:

 

NetMailBot -verify email@domain.com -from email@domain.com 

 

Example #2: Verify multiple addresses contained in the comma delimited file named "c:\temp\list.txt":

 

NetMailBot -verify -tolist "c:\temp\list.txt" -from email@domain.com  

 

Comments:

 

NOTE: Again, email address verification is maintained in NetMailBot only for backward compatibility with older versions, but is no longer a supported feature.