PHPMailer\PHPMailer
SMTP::getDebugOutput
Get debug output method.
Method of the class: SMTP{}
No Hooks.
Returns
String
.
Usage
$SMTP = new SMTP(); $SMTP->getDebugOutput();
SMTP::getDebugOutput() SMTP::getDebugOutput code WP 6.8.1
public function getDebugOutput() { return $this->Debugoutput; }