12.4.22.9   MAIL bcc

Description:   A valid email address that mail will be sent as "blind carbon copy", in a form like recipient@company.com. This address will be hidden from other recipients.

Syntax:

Tcl:              MAIL {bcc=recipient@mailserver.com}

JScript:        MAIL("bcc=recipient@mailserver.com");              

VB Script:      MAIL "bcc=recipient@mailserver.com" 

  

Argument:     "bcc=", valid email address
 

See Also:      MAIL, MAIL "cc", MAIL "to_add"

 

Examples:      MAIL bcc=webaccess@yourcompany.com
MAIL {bcc=Supervisor1 <info@yourcompany.com>}

MAIL {bcc=@tag2}

MAIL "bcc=$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.

Must be specified before each MAIL "send" command. MAIL "send" clears the buffer of any previous MAIL "bcc" entry.