EMAIL SERVER ON YOUR DESKTOP
1.Make sure WAMP is running.
2.The Script.
mail( ) in php
mail( TO-email address,subject,message);
**start with
**middle portion
mail('clone@localhost','Headly','hello headly');
**end tag
?>
3.Install the free email server post office or try any other.
create an account there as above clone@localhost
4.RUN THE SCRIPT and check the result in the mail server.!!!
1.Make sure WAMP is running.
2.The Script.
mail( ) in php
mail( TO-email address,subject,message);
**start with
**middle portion
mail('clone@localhost','Headly','hello headly');
**end tag
?>
3.Install the free email server post office or try any other.
create an account there as above clone@localhost
4.RUN THE SCRIPT and check the result in the mail server.!!!