diff --git a/traitement_mail.php b/traitement_mail.php index 2aadeeeb3820e9a1b5f22c6ec53b70a0e92ab762..c6009269deab6bf16b19be80a6efbe547da91427 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");*/ ?>