|
|
求助:postfix安装成功,但不能使用php的mail()发邮件
在php里调用mail()有错误
Fatal error: Call to undefined function mail() in /home/test/mail.php on line 6
postfix-2.4.5已经安装成功了
debian:~# /usr/sbin/postfix start
postfix/postfix-script: starting the Postfix mail system
debian:~# netstat -ntulp | grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 30421/master
php.ini的include路径
include_path = ".:/usr/local/php-5.2.3/lib/php:/usr/local/php-5.2.3/include:/usr/local/php-5.2.3:/usr/sbin" |
|