Re: [PHP] the mail() again!!!!

2001-03-16 Thread Romeo Manzur
well, you try to send mail without a program to do it, you need a program like sendmail to send mail on your windows machine, I use it on linux and works very well...try to find sendmail for windows and confugure the php.ini on the line to send mail... Nilesh Parmar wrote: > Hi >I have insta

[PHP] the mail() again!!!!

2001-03-15 Thread Nilesh Parmar
Hi I have installed php4 with apache onto my windows 98 machine .I am trying to send an email using the mail() function . When i run the following piece of code i get a warning .Can anyone please help me figure what has gone wrong and suggest me with what to do. Th