From bd5fcec15b7bb0bd3de969ac6bbc942adb780f17 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 16 Dec 2024 21:52:58 +0100 Subject: [PATCH] forgot to comment --- utils/sendmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/sendmail.php b/utils/sendmail.php index 389820b..242b4a1 100644 --- a/utils/sendmail.php +++ b/utils/sendmail.php @@ -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';