i want to send mail in php,here is the code:
<?php
mail("lagio@hotmail.com","aa","bb");
?>
but system report errors:
Warning: Server Error in c:\program files\apache group\apache\htdocs\noname2.php on line 2
how can i config SMTP in php.ini,somebody tell me i can use OPEN REPLY,but i found nothing
help!!