I've got the solution.
Thanks Jeff !
____________________________________
try putting this before the mail command:
ini_set("SMTP", "your.smtp.server");
(i used localhost, thats where my server is)
ini_set("sendmail_from", "[EMAIL PROTECTED]");
(i used postmaster@localhost)
I posted this to the php list about a week ago, and it works great for me,
both on ISS5 and apache. Hope this helps!
~Jeff
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]