error when mailing php form results

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chapm4
Forum Newbie
Posts: 4
Joined: Mon Dec 01, 2003 8:35 am

error when mailing php form results

Post by chapm4 »

:cry: Hello, I am sure someone can help me......

I am using a RedHat 9 box for my web hosting, Apache for server and php for my user forms. I simply want to mail the results to an admin. Simple enough but the email never shows up. I am using qmail and have removed sendmail. The qmail log says "unable to look up public/pickup: no such file or directory. I have tried several different form processors with the same result and have talked to the authors of each one that can't figure it out. Can anyone here help me please?

I would include the php code here, but the code submits just fine the mail gets stuck in the mail server.
User avatar
mchaggis
Forum Contributor
Posts: 150
Joined: Mon Mar 24, 2003 10:31 am
Location: UK

Post by mchaggis »

I have never had a problem with sendmail, the only problem I have is to do with the email headers on my internal machines as some smtp server reject it as they can't do a reverse lookup of the domain

Other than that sorry I can help
Post Reply