Description: A valid email address should specify the email address that mail will be From, in a form like sender@company.com or "WebAccess <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=webaccess@yourcompany.com}
MAIL
from=webaccess@yourcompany.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@yourcompany.com or - from "Tom Carter <tcarter@yourcompany.com>".
Must be specified before each MAIL "send" command. MAIL "send" clears the buffer of any previous MAIL "from=" entry.