Commit 5cde8b4d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config unicaen-mail.local.php.dist : spécification de 465 comme valeur par...

Config unicaen-mail.local.php.dist : spécification de 465 comme valeur par défaut du numéro de port pour éviter un plantage avec la config minimale
parent f5f64019
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ return [
         */
        'transport_options' => [
            'host' => 'XXX.XXX.XX',
            'port' => 'XX',
            'port' => 465,
            // Si protocle TLS (port 465) : true || En non sécurisé (port 25) ou en START_TLS (port 587) : false
            'tls'  => true,
            //'auto_tls' => false, //pour forcer tls=> false dans certains cas particuliers