Marcela wrote:
> I want to know, how to install PHP 4.0.6 and do the function mail work. I tried :
> 
>  ./configure  --with-mysql  --with-apxs  --with-locale  --with-pgsql
> 
> But the program that have a form to be sent by mail didn't work.
> 

Do you have sendmail or sendmail compatible wrappers (for qmail/postfix/etc)

Try
mail -s "Test mail" username
see if you can send and recive mail locally at least.

Yasuo Ohgaki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to