diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 29163d66..f1bceaa1 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -876,8 +876,6 @@ class PHPMailer /** * Add a "CC" address. * - * This function works with the SMTP mailer on win32, not with the "mail" mailer. - * * @param string $address The email address to send to * @param string $name * @@ -891,8 +889,6 @@ class PHPMailer /** * Add a "BCC" address. * - * This function works with the SMTP mailer on win32, not with the "mail" mailer. - * * @param string $address The email address to send to * @param string $name *