PHPMailer\PHPMailer
SMTP::setVerp()
Enable or disable VERP address generation.
Method of the class: SMTP{}
No Hooks.
Return
null
. Ничего (null).
Usage
$SMTP = new SMTP(); $SMTP->setVerp( $enabled );
- $enabled(true|false)
- -
Default: false
SMTP::setVerp() SMTP::setVerp code WP 6.3
public function setVerp($enabled = false) { $this->do_verp = $enabled; }