On Sunday 08 February 2004 05:53, gohaku wrote: > > Make sure the path to sendmail is correct in your php.ini. > > Ensure that sendmail is installed. > > Thank You. > all I had to do was change one line in php.ini: > > From > ; For Unix only. You may supply arguments as well (default: "sendmail > -t -i"). > ;sendmail_path = > To > ; For Unix only. You may supply arguments as well (default: "sendmail > -t -i"). > ;sendmail_path = sendmail -t -i
Hang on a minute. Is the above copy and pasted and totally accurate? 1) Lines beginning with a semi-colon (;) are comments. Comments have no effect on the configuration. 2) sendmail_path defaults to 'sendmail -t -i' anyway -- just as the comments say. So basically you haven't made any changes to php.ini at all. So whatever got your mail working was because of something else that you had done. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* A bad sector disk error or a head crash occurs only after you've done several hours of work without making a backup -- DSP Paradox (Nolans Placebo) n4 */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php