JMail::addBCC
Add blind carbon copy recipients to the email
Signature
public function addBCC(mixed
$bcc,
[string
$name = ''] )
Parameters
-
$bcc
- Either a string or array of strings [email address(es)]
-
$name
- Either a string or array of strings [name(s)]
Returns
- JMail
- Returns this object for chaining.