php4.3.0+apache1.3.28+redhat 8.0+mysql 4.0.15.
其他功能到现在为止一切都正常,这个函数就无法使用.
另外,我在php.ini文件中并没有发现关于SMTP有关的设置.

解决方案 »

  1.   

    这些函数作为 PHP 核心的一部分,无需被安装即可使用
    For Windows users, you can likely set the SMTP directive in the php.ini configuration file to your isp's SMTP mail server - the same as you use for outgoing mail in your email client (Eudora, Outlook, etc.) . However, check with your ISP before doing this! eg 
    SMTP = mail.your_isp.com
      

  2.   

    首先你的机器上有没有 smtp 服务器,没有的话,肯定是发不了的。
      

  3.   

    谢谢.但提示:
    Call to undefined function: mail() 是怎么回事呢?
      

  4.   

    我在windows下修改了php.ini文件中的smtp为:smtp = smtp.163.com,并在OE中设置了帐号信息还是发不了邮件,困惑,是不是一定要在linux下才可以啊