JMail::addCC
Add carbon copy recipients to the email
Signature
public function addCC(mixed
$cc,
[string
$name = ''] )
Parameters
-
$cc
- 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.