increase timeout, since some smtp-servers seem to need more than 10 seconds to respond

This commit is contained in:
Klaus Leithoff 2010-06-18 09:22:21 +00:00
parent 3da1f7b585
commit e94703b9a4

View File

@ -221,7 +221,7 @@ class PHPMailer {
* This function will not work with the win32 version.
* @var int
*/
public $Timeout = 10;
public $Timeout = 30;
/**
* Sets SMTP class debugging on or off.