function SMTP::setVerp
Search API
5.x SMTP.php | public SMTP::setVerp($enabled = false) |
Enable or disable VERP address generation.
Parameters
bool $enabled:
File
- inc/
PHPMailer/ src/ SMTP.php, line 1191
Class
- SMTP
- PHPMailer RFC821 SMTP email transport class. Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server.
Code
public function setVerp($enabled = false) {
$this->do_verp = $enabled;
}