From c2535c9420b031be4c2b19008f6985e1770f44d8 Mon Sep 17 00:00:00 2001 From: Petr Stastny Date: Fri, 17 Apr 2015 15:06:19 +0200 Subject: [PATCH] Fix $all_recipients comment $all_recipients does not contain $replyto addresses, see addAnAddress() behavior --- class.phpmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.phpmailer.php b/class.phpmailer.php index b52482eca..e7c0efc6b 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -467,7 +467,7 @@ class PHPMailer /** * An array of all kinds of addresses. - * Includes all of $to, $cc, $bcc, $replyto + * Includes all of $to, $cc, $bcc * @type array * @access protected */