Thursday, January 17, 2008

PHP mail

Create a mail.php file using the script below and then call the file using the browser. A mail will be send to serverhelp1_24x7@yahoo.com is the php mail function works fine.

mail ('serverhelp1_24x7@yahoo.com', 'test subject', 'test mail');
?>

No comments: