SMTP :: boolean addbcc ( string address )

Returns TRUE if has been successfully added, FALSE if not. string address format are user@hostname Example:

$mail = new SMTP;

$badd = $mail->AddBcc('username@example.com');

echo $badd ? 'added' : 'error';

[ Comments ] Last update: Friday, June 16, 2006