PHPMailer\PHPMailer
PHPMailer::getSMTPXclientAttributes
Get SMTP XCLIENT attributes
Method of the class: PHPMailer{}
No Hooks.
Returns
Array
.
Usage
$PHPMailer = new PHPMailer(); $PHPMailer->getSMTPXclientAttributes();
PHPMailer::getSMTPXclientAttributes() PHPMailer::getSMTPXclientAttributes code WP 6.8.1
public function getSMTPXclientAttributes() { return $this->SMTPXClient; }