Projet

Général

Profil

Anomalie #1591 » check_port_for_SMTPSecure.patch

Baptiste Doré, 05/11/2021 11:03

Voir les différences:

galette/lib/Galette/Core/GaletteMail.php
);
$this->mail->Port = 25;
}
if($this->mail->Port == 465)
$this->mail->SMTPSecure = "ssl";
if($this->mail->Port == 587)
$this->mail->SMTPSecure = "tls";
}
// SMTP account username
    (1-1/1)