; For Win32 only.
SMTP = userss.meibu.com
smtp_port = 25
; For Win32 only.
sendmail_from = userss.meibu.com--------------------------------------
这样设置应该不会有错的,只是这个不知道有没有问题
sendmail_from = [email protected]还有你写这个函数的时候,是怎么样写的,把那段代码贴出来。

解决方案 »

  1.   

    mail("[email protected]","反馈信息",$msg)函数绝对没问题,已在别人的服务器上验证过.
      

  2.   

    sendmail_from = [email protected] 还是不行!如果PHP.INI配置没错的话,那一定是smtp 服务有问题了.请问如验证本机的SMTP是正常工作的?
    及如何用win2k自带的smtp虚拟服务(本机上没有邮件服务器),发信?win2k自带的smtp虚拟服务,不能建邮箱的吧?
      

  3.   

    简单测试的办法:telnet localhost 25 未提示错误,说明25端口是开着的。
      

  4.   

    ; For Win32 only.
    SMTP = userss.meibu.com; 确认这是发件服务器
    smtp_port = 25
    ; For Win32 only.
    sendmail_from = 这里填你在userss.meibu.com上面的有效邮箱注意你的帐号一定要允许匿名访问!