<?php 
$subject = "Is Basvurusu"; 
$message = " 
<html> 
<head> 
<title>Merhaba</title> 
<style> 
p {font-family:Verdana;font-size:11px;} 
</style> 
</head> 
<body> 
<p>Merhaba</p> 
<p> Html email deneme <b>bold</b> veya <i>italik</i></p> 
</body> 
</html>"; 
$headers .= "X-Sender: <tolgaytoklar_4500@hotmail.com>\n"; 
$headers .= "X-Mailer: PHP\n"; 
$headers .= "X-Priority: 3\n"; 
$headers .= "Return-Path: <tolgaytoklar_4500@hotmail.com>\n"; 
$headers .= "Content-Type: text/html; charset=iso-8859-9\n"; 
$kime='tolgaytoklar_4500@hotmail.com'; 
mail($kime,$subject,$message,$headers); 
if(mail)
{
echo "tamam";
}
else
{
echo "olmadi";
}
?>
e-mail adresine kendininkini yaz