Wrmail is a command-line program that allows you to send outgoing mail. This is useful for mailing under the control of other programs. Using a programming language or a batch script, you can use Wrmail to send many pieces of mail automatically.
The Wrmail program is located in the SLmail\In directory.
The syntax of the command line for the Wrmail program is as follows:
wrmail [-tsubject] [-t"subject text"] [-s {sender}] -f {file} {recipient1}... {recipient n}
wrmail [-tsubject] [-t"subject text"] [-s {sender}] {recipient1}... {recipient n} < {file}
Objects in braces ( '{' and '}' ) are used to denote objects that are representations. For example, {file} would be the name of the file that you want to send.
Objects in square brackets ( '[' and ']' ) denote objects that are optional.