I've looked through the forum archives and haven't found any solutions here, but a few people with the same problem. PHP knows where sendmail is. Sendmail works from a command prompt. The mail() function returns true. But sendmail never gets called by the mail() function. There's nothing in the sendmail logs. I even set up another logging system to verify that sendmail wasn't being called by mail(), and had my suspisions verified. I really need to get this working. I've had it working on base installs of redhat before. I can't imagine why it isn't now.
I also tried the work around of opening a socket with the sendmail command itself. This didn't work at all either.
Does anyone have any idea where the problem could be coming from?
Matt