sendmail form
Posted by: sbpersaud
Posted on: 2008-04-07 16:27:00
I am setting up a form for a friend's website who has webspace on dreamhost. The form requires sendmail MTA. I use a similar form on my website (different host) and it works fine but when I uploaded the same files to his site on his webspace the form no longer works. My suspicion is that the sendmail MTA does not have the same file path as my web server. Can you please let me know what that path is? I currently have the path in the php file set as: $mail_path = "/usr/sbin/sendmail";
DreamHost e-mailed me back and said that is the correct path but I don't understand why it isn't working... I uploaded the exact same files to my webspace and I get the e-mails but I do not receive the e-mails from the same forms that I uploaded to DreamHost. Any ideas? Lil help? Thanks in advance.