Hola,
Con estos encabesdos me llegan:
Cita: $mailheaders = "MIME-Version: 1.0 \r\n";
$mailheaders .= "Content-type: text/html; charset=iso-8859-1 \r\n";
$mailheaders .= "From: $nombre <$email> \r\n";
$mailheaders .= "Return-path: $nombre <$email> \r\n";
$mailheaders .= "X-Priority: 1 \r\n";
$mailheaders .= "X-MSMail-Priority: High \r\n";
$mailheaders .= "X-Mailer: PHP/".phpversion()." \n";
Pero no con los estilos.
Gracias
Salu2