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 7.0
public function getVerp()
{
return $this->do_verp;
}