[Web] Higher timeout for long delays in transport checks

master
andryyy 2020-10-08 16:51:04 +02:00
parent f03a4104e4
commit 02677a9788
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if (isset($_SESSION['mailcow_cc_role']) && $_SESSION['mailcow_cc_role'] == "admi
$password = $transport_details['password'];
$mail = new PHPMailer;
$mail->Timeout = 10;
$mail->Timeout = 15;
$mail->SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,