protected property PHPMailer::$all_recipients

An array of all kinds of addresses. Includes all of $to, $cc, $bcc.

Type: array

See also

PHPMailer::$to

PHPMailer::$cc

PHPMailer::$bcc

File

inc/PHPMailer/src/PHPMailer.php, line 592

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

protected $all_recipients = [];