mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
increase timeout, since some smtp-servers seem to need more than 10 seconds to respond
This commit is contained in:
parent
3da1f7b585
commit
e94703b9a4
@ -221,7 +221,7 @@ class PHPMailer {
|
|||||||
* This function will not work with the win32 version.
|
* This function will not work with the win32 version.
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $Timeout = 10;
|
public $Timeout = 30;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets SMTP class debugging on or off.
|
* Sets SMTP class debugging on or off.
|
||||||
|
Loading…
Reference in New Issue
Block a user