diff --git a/src/PHPMailer.php b/src/PHPMailer.php index 29163d663..f1bceaa14 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -876,8 +876,6 @@ public function addAddress($address, $name = '') /** * 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 @@ public function addCC($address, $name = '') /** * 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 *