I'm having a problem getting the mail() function working on php 4.2.2.

I get the error message:
Warning: mail() is not supported in this PHP build

I'm running Solaris 8 and have set the symlink for sendmail.  I have
recompiled PHP, set the php.ini to point to sendmail and restarted the
web server.

; For Unix only.
;You may supply arguments as well (default: 'sendmail -t -i').
sendmail_path = "/usr/sbin/sendmail -t -i"

(I've tried it with and without quotes)


Still no luck...

Any ideas?

Thanks!

John

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to