PHPMailer\PHPMailer
SMTP::getServerExtList
Get SMTP extensions available on the server.
Method of the class: SMTP{}
No Hooks.
Returns
Array|null.
Usage
$SMTP = new SMTP(); $SMTP->getServerExtList();
SMTP::getServerExtList() SMTP::getServerExtList code WP 7.0.2
public function getServerExtList()
{
return $this->server_caps;
}