How send email using php?
To send email using PHP,
You use the mail() function.This mail() function accepts 5 parameters as follows
(the last 2 are optional).
You need a webserver to send mail
Ex...
Displaying All Posts ....