//Armaste tu email y el cabeceras if (mail($enviar_mail, $asunto_mail, $body, "From: quiensea")) { header ("Location: gracias.htm"); // con exito exit; } else { header ("Location: error.htm"); //con error exit; }