bcc($bcc[, $limit = ''])
Parameters:
$bcc (mixed) – Comma-delimited string or an array of e-mail addresses
$limit (int) – Maximum number of e-mails to send per batch Returns:
CI_Email instance (method chaining) Return type:
CI_Email
Sets the BCC email address(s). Just like the to() method, can be a single e-mail, a comma-delimited list or an array.
If $limit is set, “batch mode” will be enabled, which will send the emails to batches, with each batch not exceeding the specified $lim