I\\\\'m expirimenting Apache, MySql, and PHP.
I also have a POP3 and SMTP server.
Open C:\\\\WINDOWS\\\\PHP.INI in notepad (or whatever u use) and go to the mail function header ( [Mail Function] ) and you got to set SMTP and sendmail_from:
here\\\\'s what it should look like (DO NOT COPY THIS IT IS A GUIDE):
[mail function]
; For Win32 only.
SMTP = your SMTP server goes here
; For Win32 only.
sendmail_from = The email address in the from field goes here
; For Unix only. You may supply arguments as well (default: \\\\'sendmail -t -i\\\\').
;sendmail_path =LEAVE THIS COMMENTED - THIS IS FOR LINUX AND UNIX ONLY
Well there you go.