Description: A valid email address should specify the email address that mail will be From, in a form like sender@company.com or "Advantech WebAccess/SCADA <node1@mycompany.com>".
Syntax:
Tcl: MAIL {from=sender@mailserver.com}
JScript: MAIL("from=sender@mailserver.com");
VB Script: MAIL "from=sender@mailserver.com"
Argument: "from=", valid email address
See Also: MAIL
Examples: MAIL {from=Advantech WebAccess/SCADA@Advantech.com}
MAIL from=Advantech WebAccess/SCADA@Advantech.com
MAIL {from=@tag2}
MAIL "from=$variable"
A valid email address should specify the email address that mail will be `From', in a form like tcarter@Advantech.com or - from "Tom Carter <tcarter@Advantech.com>".
Must be specified before each MAIL "send" command. MAIL "send" clears the buffer of any previous MAIL "from=" entry.