thank you
but my php still doesn't go well
Warning: mail() [function.mail]: SMTP server response: 550 relaying mail to hotmail.com is not allowed in D:\Apache2\htdocs\sendmail.php on line 12
and here the php
$msg = "hi monday";
$to = "friend@hotmail.com";
$sub = "test imap.dll";
$header = "From: <lala@sohu.com>";
// sent HTML MSG
$header .= "MIME-Version : 1.0 \n". "Content-type: text/html ; charset=windows-1256 \n";
mail($to,$sub,$msg,$header);
php.ini
[mail function]
; For Win32 only.
SMTP = mail.bna.bellsouth.net
smtp_port = 25
; For Win32 only.
sendmail_from = lala@sohu.com