PHPMailer::AddCC
Adds a "Cc" address.
Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
Signature
public function AddCC(string
$address,
[string
$name = ''] )
Parameters
-
$address
-
$name
Returns
- boolean
- true on success, false if address already used