diff --git a/php/send_message_client.php b/php/send_message_client.php index 463faa3..a6426be 100644 --- a/php/send_message_client.php +++ b/php/send_message_client.php @@ -19,14 +19,14 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $mail->isSMTP(); $mail->Host = 'smtp.gmail.com'; $mail->SMTPAuth = true; - $mail->Username = 'neoeat.sav@gmail.com'; - $mail->Password = 'zann afaj cnus tifc'; + $mail->Username = 'CONFIDENTIEL'; + $mail->Password = 'CONFIDENTIEL'; $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; $mail->Port = 465; $mail->setFrom($email, $name); - $mail->addAddress('neoeat.sav@gmail.com', 'Neo Eat'); + $mail->addAddress('CONFIDENTIEL', 'Neo Eat'); $mail->isHTML(false);