<?php
$mail='
[email protected]';
$nombre = $_POST['nombre'];
$telefono = $_POST['telefono'];
$email = $_POST['email'];
$dni = $_POST['dni'];
$ciudad = $_POST['ciudad'];
$mensaje = $_POST['mensaje'];
$thank="gracias.html";
$message = "
nombre:".$nombre."
telefono:".$telefono."
email:".$email."
mensaje:".$mensaje."";
if (mail($mail,"Formulario de Consulta",$message))
Header ("Location: $thank");
?>
ese es el codigo php
y este es el error:
Warning: mail() [function.mail]: SMTP server response: 553 This server does not accept routed mail in C:\WWW\portalcanaya.com\httpdocs\mail.php on line 21