PHPMailer\PHPMailer

SMTP::getLastReplypublicWP 1.0

Get the last reply from the server.

Method of the class: SMTP{}

No Hooks.

Returns

String.

Usage

$SMTP = new SMTP();
$SMTP->getLastReply();

SMTP::getLastReply() code WP 7.0

public function getLastReply()
{
    return $this->last_reply;
}