property SMTP::$do_verp

Whether to use VERP.

Type: bool

See also

http://en.wikipedia.org/wiki/Variable_envelope_return_path

http://www.postfix.org/VERP_README.html Info on VERP

File

inc/PHPMailer/src/SMTP.php, line 129

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 $do_verp = false;