Description: A valid email address that mail will be sent to, in a form like recipient@company.com
Syntax:
Tcl: MAIL {to=recipient@mailserver.com}
JScript: MAIL("to=recipient@mailserver.com");
VB Script: MAIL "to=recipient@mailserver.com"
Argument: "to=", valid email address
See Also: MAIL, MAIL "cc=", MAIL "bcc="
Examples: MAIL {to=Advantech WebAccess/SCADA@Advantech.com}
MAIL "to=Supervisor1 <info@Advantech.com>"
MAIL to=Advantech WebAccess/SCADA@Advantech.com
MAIL {to=@tag2}
MAIL "to=$variable"
A valid email address should specify the email address that mail will be `TO', in a form like tcarter@Advantech.com or -from "Tom Carter <tcarter@Advantech.com>". The address is added to the "To:" header and to the list of recipients.
Must be specified before each MAIL "send" command. MAIL "send" clears the buffer of any previous MAIL "to=" entry.