On Thursday 01 August 2002 05:50, Aaron Paxson wrote: > That is what I had orginally thought. However, in an article I found about > mail(), he said it will also work on a linux box that does not have > sendmail configured.
In my experience, if php does not find sendmail when it is configured and compiled, mail() would not work. You would get an error message like: PHP Warning: mail() is not supported in this PHP build ... To see whether this is the case in your situation check your php log file (make sure you've set php to report ALL errors). > If that's the case, how do I get sendmail to work with Exchange?? > <sendmail newbie> How do you mean by 'work with Exchange' ? If sendmail was configured properly, it would send mail to anywhere you tell it to. Does your sendmail installation work at all? That is have you tested it outside of PHP? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Graduate life: It's not just a job. It's an indenture. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php