Version finale

This commit is contained in:
2024-01-19 13:10:24 +01:00
parent f1598cb26e
commit ec783f56af
4 changed files with 151 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ if (isset($_POST['name']) && isset($_POST['email']) && isset($_POST['phone']) &&
$mail->Host = 'smtp.gmail.com';
$mail->SMTPAuth = true;
$mail->Username = 'neoeat.sav@gmail.com';
$mail->Password = 'zann afaj cnus tifc'; // Remplacez par le mot de passe de votre compte Gmail
$mail->Password = 'zann afaj cnus tifc';
$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS;
$mail->Port = 465;