[PHP] Re: Mail/Confirmation Script delivery problems

2002-09-03 Thread Andre Dubuc
Hi Richard, Thank you for continuing to research this problem. Just before the weekend, I talked to my IP about the problem I was having. He thought it was strange: suggested I look at my browser settings to see what was being passed. To make a long story short, he mentioned that with 'mailt

[PHP] Re: Mail/Confirmation Script delivery problems

2002-09-03 Thread Richard Lynch
>if(@mail($to, $subject, $message)) >. Is there an "else" clause here to tell you what went wrong if the email didn't go out?... Also add some headers like this: $headers = "From: [EMAIL PROTECTED]\r\n"; $headers .= "Reply-to: [EMAIL PROTECTED]\r\n"; and change your mail() to: mail($to,