Webmail,php提示mail()找不到!!

Webmail,php提示mail()找不到!!

我在装 APACHE+PHP+MYSQL+SSL+QMAIL

现在QMAIL正常运行了,能SMTP,POP3,但WEB发EMAIL时PHP提示错误:

提示错为
Fatal error: Call to undefined function: mail() in /usr/local/apache/htdocs/a.php on line 1

[root@srv htdocs]# cat a.php
<? mail("yghwz@etang.com", "sdfsdfsdf", "sdfsdsdf"); ?>
――――――――――――――――――――――――――――――

QMAIL 可以SMTP和POP3

APACHE正常运行

――――――――――――――――――――――
PHP。INI

[mail function]
; For Win32 only.
SMTP = 10.2.13.3

; For Win32 only.
sendmail_from = me@localhost.com

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

――――――――――――――      
你要用它达到什么效果?