public function PHPMailer::getReplyToAddresses

5.x PHPMailer.php public PHPMailer::getReplyToAddresses()

Allows for public read access to 'ReplyTo' property. Before the send() call, queued addresses (i.e. with IDN) are not yet included.

Return value

array

File

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

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public function getReplyToAddresses() 
 {
  return $this->ReplyTo;
}