/SEND and /SENDALL |
Top Previous Next |
/SEND can be used as a command line parameter for The Bat! whenever you want to send all queued mail from one or more accounts.
/SENDALL command is used for sending queued mail from all accounts and exiting from The Bat! if there were no new messages received. It is a shortcut for the combination of /SEND* /SMARTEXIT
Syntax
/SEND<account mask1>[;account mask2[;account mask3[...]]]
The account mask is used to identify the account(s) to perform the send operation for. It can be:
Note: To separate account masks, use semicolons (";" characters). Do not use spaces between account masks when using the /SEND command as a command line parameter because a space-separated mask will be interpreted as the start of the next command line parameter and will not be processed as intended. Note: If a mask contains space characters, enclose it in quotation marks as shown in the first example. If a mask contains quotation marks, you should use single quotes ("' " characters). |