Project

General

Profile

Anomalie #1591 » check_port_for_SMTPSecure.patch

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

View differences:

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)