PHPMailer\PHPMailer
SMTP::getVerp()
Get VERP address generation mode.
{} It's a method of the class: SMTP{}
No Hooks.
Return
true|false
.
Usage
$SMTP = new SMTP(); $SMTP->getVerp();
Code of SMTP::getVerp() SMTP::getVerp WP 6.0
public function getVerp() { return $this->do_verp; }