I've installed php and apache on my windows machine for development purposes, and I need to know how to edit the php.ini file so I can use the mail() function.
I know this is the section I'm supposed to edit, but I'm at a total loss as to what I should edit it to:
SMTP = the.mail.server.name ;for win32 only
sendmail_from = you@wherever.com ;for win32 only
Can someone give a detailed description of what I should change this to and how I would find out the neccessary information?
Thanks in advance,
Mark