Description: Adds another email address that the mail will be sent as "carbon copy", in a form like recipient@company.com This address will be hidden from other recipients.
Syntax:
tcl: MAIL {bcc_add=recipient@mailserver.com}
JScript: MAIL("bcc_add=recipient@mailserver.com");
VB Script: MAIL "bcc_add=recipient@mailserver.com"
Argument: "bcc_add=", valid email address
See Also: MAIL, MAIL "cc", MAIL "bcc"
Examples:
MAIL
bcc_add=webaccess2@yourcompany.com
MAIL {bcc_add=Supervisor2
<info@yourcompany.com>}
MAIL {bcc_add=@tag2}
MAIL
"bcc_add=$variable"
A valid email address should specify the email address that mail will be sent as "BCC", in a form like tcarter@yourcompany.com or -from "Tom Carter <tcarter@yourcompany.com>". The address is added to the "BCC:" header and to the list of recipients. Can be repeated as many times as required to build a list of multiple recipients
Must be specified before each MAIL "SEND command. MAIL "SEND clears the buffer of any previous MAIL "BCC_ADD entry.