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