12.4.22.9   MAIL bcc(Not supported by WinCE Edition(WebView &WebLink ))

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=Advantech WebAccess/SCADA@Advantech.com
MAIL {bcc=Supervisor1 <info@Advantech.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@Advantech.com or -from "Tom Carter <tcarter@Advantech.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.