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 6.8.1
public function getServerExtList() { return $this->server_caps; }