property SMTP::$Timelimit

How long to wait for commands to complete, in seconds. Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2.

Type: int

File

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

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 $Timelimit = 300;