PHPMailer\PHPMailer
SMTP::getLastReply
Get the last reply from the server.
Method of the class: SMTP{}
No Hooks.
Returns
String.
Usage
$SMTP = new SMTP(); $SMTP->getLastReply();
SMTP::getLastReply() SMTP::getLastReply code WP 7.0
public function getLastReply()
{
return $this->last_reply;
}