bcc($bcc[, $limit = ''])
Parameters: |
|
---|---|
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 $limit
.
Please login to continue.