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