Tienes que usar correctamente todas estas cabezera
Código PHP:
Ver original$adireccion=$email;
$asunto ="Envío emails php ";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: Mi sitio <$remitente>\r\n";
$headers .= "Reply-To: $remitente\r\n";
$headers .= "Return-path: $remitente\r\n";