Category:
SMTP Server Communication
Description:
Specifies the pathname of the file to write suspect email addresses to. This parameter is only valid when used with the -verify parameter. Suspect email addresses are those that NetMailBot is unable to check for validity.
NOTE: An existing suspect email file is erased and overwritten unless you specify the -appenduspect parameter.
Optional?
Yes.
Overrides:
None.
Overridden By:
Other Parameters Required:
See Also:
Usage:
-logsuspectemail "<path to suspect email file>"
Example (cut-and-paste right into your batch file):
NetMailBot -logsuspectemail "c:\temp\suspect.txt" -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
None.