PHPMailer\PHPMailer
SMTP::getServerExtList()
Get SMTP extensions available on the server.
{} It's a method of the class: SMTP{}
No Hooks.
Return
Array|null
.
Usage
$SMTP = new SMTP(); $SMTP->getServerExtList();
Code of SMTP::getServerExtList() SMTP::getServerExtList WP 6.0
public function getServerExtList() { return $this->server_caps; }