forgot to comment

This commit is contained in:
thaaoblues 2024-12-16 21:52:58 +01:00
parent 82f81b6b2f
commit bd5fcec15b

View file

@ -30,8 +30,8 @@ class Mail
$this::$mail->isSMTP();
$this::$mail->Host = "192.168.200.9";
$this::$mail->SMTPAuth = true;
$this::$mail->Username = $mel_id;
$this::$mail->Password = $mel_mdp;
//$this::$mail->Username = $mel_id;
//$this::$mail->Password = $mel_mdp;
$this::$mail->setFrom($mel_adr, name: 'Club Info INSA Toulouse');
$this::$mail->isHTML(true);
$this::$mail->Subject = 'Inscription sur Arch\'INSA';