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