Re: [PHP] Email problem

2003-12-15 Thread Eugene Lee
On Mon, Dec 15, 2003 at 12:58:17PM -0800, Naveen Glore wrote: : : thanks for the quick response. I have the same permissions as yours. : My email server is working fine, i use sendmail MTA and outlook MUA. I : am able to send emails and view my received emails in outlook through : my server. But I

Re: [PHP] Email problem

2003-12-15 Thread Naveen Glore
Eugene Lee <[EMAIL PROTECTED]> wrote: On Mon, Dec 15, 2003 at 12:05:54PM -0800, Naveen Glore wrote: : : I have freebsd server with apache, PHP and mysql. i wrote a simple PHP : program using mail(). The mail() function returns true without any : error. but the problem is the email is never deliver

Re: [PHP] Email problem

2003-12-15 Thread Eugene Lee
On Mon, Dec 15, 2003 at 12:05:54PM -0800, Naveen Glore wrote: : : I have freebsd server with apache, PHP and mysql. i wrote a simple PHP : program using mail(). The mail() function returns true without any : error. but the problem is the email is never delivered. I viewed the : log file for mail(/

[PHP] Email problem

2003-12-15 Thread Naveen Glore
Hello all, I have freebsd server with apache, PHP and mysql. i wrote a simple PHP program using mail(). The mail() function returns true without any error. but the problem is the email is never delivered. I viewed the log file for mail(/var/log/maillog) and i saw the following error: Server

Re: [PHP] EMAIL problem

2002-03-19 Thread scott furt
you have to tell mail() who the email is from. add in a header similar to: "From: [EMAIL PROTECTED]" (read the docs for mail() for syntax) Dani wrote: > Hi, > > I have been trying to use a form to send an email. > > I use the mail() function. But I have a bit of problem. > The email send does

[PHP] EMAIL problem

2002-03-19 Thread Dani
Hi, I have been trying to use a form to send an email. I use the mail() function. But I have a bit of problem. The email send does not display the email is from. So, for example I send an email using my my webform then when I receive it the from coloumn in my email browser says "nobody". how do