public property PHPMailer::$SMTPKeepAlive

Whether to keep SMTP connection open after each message. If this is set to true then to close the connection requires an explicit call to smtpClose().

Type: bool

File

inc/PHPMailer/src/PHPMailer.php, line 405

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public $SMTPKeepAlive = false;