diff --git a/externals/phpmailer/class.phpmailer.php b/externals/phpmailer/class.phpmailer.php --- a/externals/phpmailer/class.phpmailer.php +++ b/externals/phpmailer/class.phpmailer.php @@ -221,7 +221,7 @@ * This function will not work with the win32 version. * @var int */ - public $Timeout = 10; + public $Timeout = 60; /** * Sets SMTP class debugging on or off.