Previous Topic: ccNext Topic: subject


bcc

Adds recipients to the message’s bcc (send blind copy to) field.

Email addresses specified in this field do not appear in the email.

The value of the _to variable is a JavaScript string. Multiple recipients are permitted, but the string must conform to JavaScript syntax, as shown in the following example.

Methods: None.

Example:

<% 
_bcc =
_util.getNotifiers("USER") + ',' +
_util.getNotifiers("USER_MANAGER","ManagerLookup=managerattribute");
%>