Category:
POP Email Reception
Description:
Switch used to forward email to one or more email addresses. Can be used in combination with any of the other parameters that normally send email. Additionally specify the parameters -to and -from.
When the email is forwarded, NetMailBot uses the subject (with "FW: " appended to the beginning), the message body (or bodies for a mixed MIME message), and any attachments from the received email and forwards them in a new (forwarded) email.
If additonal parameters for sending are specified, they will override/overwrite any corresponding message part values in the email that was received. For example, if -subject is specified, the subject from the received email will not be used. See examples for more detail.
If there are no messages are on the server to download, no action is taken.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
-to -from -receive -popuser -poppassword -popserver -server -popforwardorginator
See Also:
Usage:
-popforward
Example (cut-and-paste right into your batch file):
NetMailBot -receive -popforward -to to@domain.com -from from@domain.com -server smtp.domain.com -popuser username -poppassword password -popserver pop.domain.com
Comments:
None.