Prova così:

Codice PHP:
 $headers  'Content-type: text/html; charset=iso-8859-1' "\r\n";
$headers .= 'From: '.$email "\r\n"
O così:

Codice PHP:
 $headers  'Content-type: text/html; charset=iso-8859-1' "\r\n";
$headers .= 'From: '.$email.'' "\r\n"