How i can send e-mail through Php Code.I have successfully tried this thing on Windows but now i want to try thing on Linux.on Windows there is file php.ini.is there any file on Linux also, that i have to change.thanks in anticipation.
did you check if the mail() function works yet?
dont necessarily do it on the localhpst, since that will (can?) cause errors.
a suggestion here, you can use PEAR solution for it. refer here