PHPMailer\PHPMailer
SMTP::getDebugOutput()
Get debug output method.
Метод класса: SMTP{}
Хуков нет.
Возвращает
Строку
.
Использование
$SMTP = new SMTP(); $SMTP->getDebugOutput();
Код SMTP::getDebugOutput() SMTP::getDebugOutput WP 6.7.1
public function getDebugOutput() { return $this->Debugoutput; }