How do I configure PHP to send mail using mail() via a remote SMTP server?
I've tried to do this using php.ini but it seems that you can only do that under Windows32 and I want to do this on my Unix server.
Also I've tried to change the configuration for sendmail so it would use a remote SMTP server but I'm not sure that's possible.