Posted 10/02/2006, 10:36
<html>
<body>
<?
Import_request_variables('p','x');
mysql_connect("localhost","aluno","bento16");
mysql_select_db("mail");
$sql = "SELECT email from cadastro WHERE codigo=1";
mail(caligula_ctu@yahoo.com.br, $xassunto, $xmensagem, $xmail);
?>
</body>
</html>
(não tá enviando o e-mail)
e como faço pra ver se tenho o mysql instalado???