On Wed, 18 Jul 2001 14:17:18 +0300
"Constantine Koulis" <[EMAIL PROTECTED]> wrote:
> i did the following to my php.ini file but still dont work.
> i even did change the path to :/var/qmail/bin/sendmail -t -i or only
> /var/qmail/bin/qmail-inject -t -i but nothing goes.
> I have the following message:
>
> Warning: mail() is not supported in this PHP build in
> /usr/local/htdocs/test/newsletter/phpmynewsletter/include/cls.php3 on line
> 141
>
Did you compile PHP with the c-client 2001 uw-imap library?
This is required for almost any mail options. The php configure command
is
./configure --with-imap=/path/to/imap/dir
you can download the c-client imap library from
ftp://ftp.cac.washington.edu/mail/c-client.tar.Z
Mike
--
Mike Hodson <[EMAIL PROTECTED]>