Re: [PHP] Mail function problems

2006-03-20 Thread Richard Lynch
On Windows, you need SMTP set. If you can't set it in php.ini, you might try .htaccess, but I suspect that is locked down and you can't... You could try things like: Install Pegasus email client, and use it from http://php.net/exec to send email. Install some kind of class from http://phpclass

Re: [PHP] mail function problems

2002-10-02 Thread Dan McCullough
They found the problem, the webserver that the client was on had the wrong path to sendmail, a correction in php.ini and a restart and it was working again. > > --- Debbie Dyer <[EMAIL PROTECTED]> wrote: > > > Hi Dan > > > > > > I (and others I know) have similar probs of seemingly disappearin

Re: [PHP] mail function problems

2002-10-02 Thread Debbie Dyer
Hi Dan I (and others I know) have similar probs of seemingly disappearing emails - I thought it was down to mail filtering because I cant think of another explanation (but I dont know that for sure). I was given some advice here yesterday so I am forwarding you the mails. Debbie - Original