[PHP] error on mail.....cjk
hello all. i configured my php 4.0.5 with the following command on a REDHAT linux 7.0. #./configure --with-apache=../apache_1.3.20 --with-mysql --enable-trackvar --with-ftp. Now i am trying to install/configure a NEWSLETTER php program and 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 I want to point out that in this SERVER i have the following programs: php 4.0.5 qmail vmailmgr courier-imap apache 1.3.20 and in another server i have the following programs and i have no error with the same commands when i installed it: php 4.0.2 sendmail cyrus-imap apache 1.3.17 Sincerely _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General 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]
[PHP] php-qmail-sendmail...cjk
Hello. I want to use a NEWSLETTER for my web site . I have 2 servers Server A: qmail,php-4.0.5,apache,courier/imap,mysql server b: sendmail,php4.0.2,apache,cyrus/imap,mysql In server A when i am trying to send a newsletter i have the following error: Warning: mail() is not supported in this PHP build in /usr/local/htdocs/test/newsletter/phpmynewsletter/include/cls.php3 on line 141 Now i thought to install SENDMAIL in server A in order to install and configure again PHP-APACHE-MYSQL and after uninstall it. I want to know will this function influence the qmail program? and another thing that i can do but dont know how is to somehow say to PHP that my mail program is QMAIL.Anybody knows how? sincerely _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General 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]
[PHP] unistall a newer veraion....cjk
i have in a server PHP 4.0.2 version and a function (mail) is working perfectly.In the version PHP 4.0.5 i have problems.How can i unintall the 4.0.5 to install 4.0.2? Do i just go to the sourcer directory of the 4.0.2 and give the ./configure command? _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General 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]