Anomalie #1591 » check_port_for_SMTPSecure.patch
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
|