$kime = "alicininmaili@alici.com";
$konu = "Konu";
$tarih = date("d.m.Y"); // tarih
$mesaj = "
<html>
<head>
<style>
BODY { font-family:Verdana; font-size:12px; color:#000000; }
</style>
</head>
<body bgcolor='#FFFFFF'>
<br><br><br>
Deneme mesajı gönderiyoruz<br><br>
";
"
</body>
</html>
";
mail($kime,$konu,$mesaj,"MIME-Version:1.0\nContent-Type:text/html;charset=iso-8859-9\nContent-Type:text/html;charset=windows-1254\nFrom: Bu bir deneme mailidir <gondereninmaili@gondereninmaili.com>\n");