From 989dcdce45a626bb94a1ef9cdb97ca0ed98a97da Mon Sep 17 00:00:00 2001 From: Warren PONS <warren.pons@ensiie.fr> Date: Mon, 16 May 2016 19:27:53 +0200 Subject: [PATCH] Modification de l'adresse mail. --- traitement_mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traitement_mail.php b/traitement_mail.php index 2aadeee..c600926 100644 --- a/traitement_mail.php +++ b/traitement_mail.php @@ -22,12 +22,12 @@ else header("Location:contact.php"); - $destinataire = 'wakpons@gmail.com'; + $destinataire = 'belzedark@live.fr'; $headers = "From: $nom <$email>\r\n". "MIME-Version: 1.0" . "\r\n" . "Content-type: text/html; charset=UTF-8" . "\r\n"; ini_set("SMTP", "smtp.gmail.com"); ini_set("smtp_port",587); mail($destinataire, $objet, $message, $headers); - /*header("Location:contact.php"); */ + /*header("Location:contact.php");*/ ?> -- GitLab