PHPMailer\PHPMailer
SMTP::getVerp
Get VERP address generation mode.
Method of the class: SMTP{}
No Hooks.
Returns
true|false
.
Usage
$SMTP = new SMTP(); $SMTP->getVerp();
SMTP::getVerp() SMTP::getVerp code WP 6.8.1
public function getVerp() { return $this->do_verp; }