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 7.0
public function getDebugOutput()
{
return $this->Debugoutput;
}