protected property PHPMailer::$ReplyToQueue

An array of reply-to names and addresses queued for validation. In send(), valid and non duplicate entries are moved to $ReplyTo. This array is used only for addresses with IDN.

Type: array

See also

PHPMailer::$ReplyTo

File

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

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

protected $ReplyToQueue = [];