0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Add deprecated tag for SingleTo - deprecation happened in 6.0.0

This commit is contained in:
Marcus Bointon 2020-06-11 16:43:25 +02:00
parent 95a54cc986
commit b52fd6e8ad
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -441,6 +441,8 @@ class PHPMailer
* Only supported in `mail` and `sendmail` transports, not in SMTP.
*
* @var bool
*
* @deprecated 6.0.0 PHPMailer isn't a mailing list manager!
*/
public $SingleTo = false;