protected property PHPMailer::$RecipientsQueue
Search API
An array of names and addresses queued for validation. In send(), valid and non duplicate entries are moved to $all_recipients and one of $to, $cc, or $bcc. This array is used only for addresses with IDN.
Type: array
See also
PHPMailer::$to
PHPMailer::$cc
PHPMailer::$bcc
PHPMailer::$all_recipients
File
- inc/
PHPMailer/ src/ PHPMailer.php, line 607
Class
- PHPMailer
- PHPMailer - PHP email creation and transport class.
Namespace
PHPMailer\PHPMailerCode
protected $RecipientsQueue = [];