Category:
POP Email Reception
Description:
Specifies a message to auto-reply to. Each part of the email message, body and attachments, are saved to the hard drive. Specify a message number after this parameter for a single message. If you do not specifiy a message number, all messages will be replied to.
You must specify either -body or -bodyfile and/or other sending parameters for the reply.
If -subject is not specified, then the original subject is used with the prefix "RE: "
Cannot be used with -popreceive or -popforward.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
-to -from -receive -popuser -poppassword -popserver -server
See Also:
Usage:
-popreply "<message number>"
Example (cut-and-paste right into your batch file):
NetMailBot -receive -popreply 1 -from email@domain.com -server smtp.domain.com -body "Thank you for your interest" -popuser username -poppassword password -popserver pop.domain.com
Comments:
See description above for restrictions and requirements for using this parameter.