Remove obsolete comments, fixes #79
This commit is contained in:
parent
2579038ad7
commit
1c43605340
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue