Formulario de contacto
Número de teléfono : +33 (0)4 76 44 28 54
Correo electrónico : 2es@2es.fr
Lo sentimos – Formulario de contacto fuera de servicio !
<? [insert_php] if(isset($_POST[‘Submit’])){ $nom=stripslashes($_POST[‘nom’]); $adresse=stripslashes($_POST[‘adresse’]); $cp=$_POST[‘cp’]; $ville=stripslashes($_POST[‘ville’]); $tel=$_POST[‘tel’]; $email=$_POST[‘email’]; $message=stripslashes($_POST[‘message’]); $headers =’From: ‘ . $nom .’ <‘ . $email . ‘> ‘ . «\r\n»; $headers .=’Content-Type: text/plain; charset=»utf-8″‘.»\n»; $email1=»info@2es.fr»; //$email1=»j.millot@efficacd.com»; $objet=»Message du site 2es.fr\n»; $message1=stripslashes($nom).»\n»; $message1.=stripslashes($adresse).»\n»; $message1.=$cp.» «.stripslashes($ville).»\n»; $message1.=»$tel\n»; $message1.=»$email\n»; $message1.=»\n$message\n»; if(mail($email1, $objet, $message1, $headers)){ ?>
Thank you for your message. We will strive to follow them up very quickly.
See you soon
<? } else { echo(«
An error occurred while sending your message.
«); } } [/insert_php] ?>