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

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

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

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 not