NYCPHP Meetup

NYPHP.org

[nycphp-talk] need help with debugging mail()

Daniel Convissor danielc at analysisandsolutions.com
Fri Nov 21 00:59:37 EST 2003


Hi Michael:

The sendmail path may be wrong.  If you can log in to a shell, you can 
try some commands to find it.  For example, one of the following:

   find /usr/sbin -name sendmail
   find /usr/bin -name sendmail
   find /usr -name sendmail
   locate sendmail

Make sure the path matches what's in the php.ini file.

Enjoy,

--Dan

-- 
     FREE scripts that make web and database programming easier
           http://www.analysisandsolutions.com/software/
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7th Ave #4AJ, Brooklyn NY    v: 718-854-0335   f: 718-854-0409



More information about the talk mailing list