PHPMailer\PHPMailer
SMTP::getLastReply()
Get the last reply from the server.
{} It's a method of the class: SMTP{}
No Hooks.
Return
String
.
Usage
$SMTP = new SMTP(); $SMTP->getLastReply();
Code of SMTP::getLastReply() SMTP::getLastReply WP 6.0
public function getLastReply() { return $this->last_reply; }