Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Sendmail errors

Status
Not open for further replies.

Emohawk

Technical User
Joined
Jan 24, 2005
Messages
1
Location
GB
I keep getting intermittent errors on the mail() command
the error i get is
Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i ' in / on line 460

and its intermittent, is there any way to debug Sendmail at all? to see where it gets stuck?
because it works from the command line, but not through php
 
Does the file /usr/sbin/sendmail exist on the system?

This really doesn't have anything to do with apache, it'd be better suited to the PHP forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top