![]() |
Contacto Álvaro Obregón No. 124 Tels: 01 (800) 465 2222 Correo Electrónico |
'') { $ToEmail = 'gnklogistica@gnklogistica.com.mx'; $EmailSubject = 'Contacto Página Web'; $mailheader = "From: ".$_POST["email"]."\r\n"; $mailheader .= "Reply-To: ".$_POST["email"]."\r\n"; $mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n"; $MESSAGE_BODY .= "Nombre: ".$_POST["nombre"]." "; $MESSAGE_BODY .= "E-mail: ".$_POST["email"]." "; $MESSAGE_BODY .= "Comentarios: ".nl2br($_POST["comentario"])." "; mail($ToEmail, $EmailSubject, $MESSAGE_BODY, $mailheader) or die ("Failure"); ?> Su mensaje ha sido enviado con éxito. En breve nos contactaremos con usted. Muchas gracias. |
|||