Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/05/2011, 12:04
b4ncar1o
 
Fecha de Ingreso: mayo-2011
Ubicación: En tu PC
Mensajes: 5
Antigüedad: 13 años, 10 meses
Puntos: 0
No me llegan en html los mails

Hola les vengo a pedir su ayuda tengo un code en php que verifica cuentas , lo que quiero hacer es cuando verifique una me la envie a mi mail . Todo eso va bien pero cuando me llega a mi correo no me llega en html si no me llega normal aca una imagen :



Y el code es :

Código PHP:
$message 
    <html> 
    <head> 
       <title>pp</title> 
    </head> 
    <body>
    <h3>'
$tslive .'</h3>
    </body> 
    </html>'
;
$subj "Paypal Info";
$from "From: Info Paypal<[email protected]>";
$headers "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";

                                                                                                                                                                                                              
                  
mail("[email protected]"$subj$message$from ,$headers);
?> 
Lo que quiero es que me llegue la variable $tslive en HTML a mi correo si alguien tiene otro codigo le agradeceria !

Espero su ayuda , un abrazo