hallo mas emnaz saya sudah coba juga mas dan tetap aja tuh mas,.. gimana yah mas?? ini saya lampirkan test.phpnya yg mas sarankan
sendmail_from [EMAIL PROTECTED] [EMAIL PROTECTED] sendmail_path /var/qmail/bin/sendmail -t -i /var/qmail/bin/sendmail -t -i serialize_precision 100 100 short_open_tag On On SMTP localhost localhost smtp_port 25 25 mohon bantuannya mas mas sekalian :( salam andhye -----Original Message----- From: emnaz [mailto:[EMAIL PROTECTED] Sent: Saturday, May 01, 2004 4:56 PM To: [EMAIL PROTECTED] Subject: Re: [tanya-jawab] Fatal error: Call to undefined function: mail() in On Saturday 01 May 2004 16:58, "andhye" <[EMAIL PROTECTED]> wrote: > saya coba ikuti saran anda,.. say check /var/qmail/sendmail Memeriksa symbolic link sendmail : # ls -la /usr/lib/sendmail lrwxrwxrwx 1 root qmail 28 Apr 11 10:32 /usr/lib/sendmail -> /var/qmail/bin/sendmail* # ls -la /usr/sbin/sendmail lrwxrwxrwx 1 root qmail 28 Apr 11 10:32 /usr/sbin/sendmail -> /var/qmail/bin/sendmail* > ada kok mas symbolic nya link sendmail tsb,... > terus bagaimana mas?? Kalau sudah ada dan masih problem, bisa diperiksa juga di file php.ini di bagian mail function [mail function] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = Penjelasan dari manual PHP : sendmail_path (string) Where the sendmail program can be found, usually /usr/sbin/sendmail or /usr/lib/sendmail. configure does an honest attempt of locating this one for you and set a default, but if it fails, you can set it here. Systems not using sendmail should set this directive to the sendmail wrapper/replacement their mail system offers, if any. For example, Qmail users can normally set it to /var/qmail/bin/sendmail or /var/qmail/bin/qmail-inject. qmail-inject does not require any option to process mail correctly. Terjemahin sendiri :P CMIIW, bisa juga menggunakan phpinfo() untuk mengetahui konfigurasi PHP anda. Diasumsikan dokumen root di /var/www/htdocs, # echo '<? phpinfo(); ?>' > /var/www/htdocs/test.php kemudian akses dari browser http://localhost/test.php Salam, emnaz -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php __________ NOD32 1.749 (20040503) Information __________ This message was checked by NOD32 antivirus system. http://www.nod32.com -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php
