PHPMailer\PHPMailer\PHPMailer::clearReplyTos PHP Method

clearReplyTos() public method

Clear all ReplyTo recipients.
public clearReplyTos ( ) : void
return void
    public function clearReplyTos()
    {
        $this->ReplyTo = [];
        $this->ReplyToQueue = [];
    }