CI_Email::bcc()

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 $limit.

doc_CodeIgniter
2016-10-15 16:31:28
Comments
Leave a Comment

Please login to continue.