From 1c43605340fe5ff26450b0ae93d4ad2058039ee6 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 28 Aug 2017 12:09:07 +0200 Subject: [PATCH] Remove obsolete comments, fixes #79 --- src/PHPMailer.php | 4 ---- 1 file changed, 4 deletions(-) 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 *