在你的PHP.INI文件中找
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
sendmail_from= [email protected] ; for Win32 only; For Win32 only.
;sendmail_from = [email protected]将SMTP改为你所使用的SMTP服务器,比如smtp.xxiyy.com。
或者在本机安装SMTP服务器

解决方案 »

  1.   

    我在php.inc
    [mail function]
    ; For Win32 only.
    SMTP = smtp.etang.com ; for Win32 only; For Win32 only.
    sendmail_from = [email protected] ; for Win32 only修改了,还不行。大虾再指点下了。小弟先谢谢~Warning: mail(): SMTP server response: 553 You are not authorized to send mail as <[email protected]>, authentication is required in d:\wwwroot\my\4\processfeedback.php on line 30
      

  2.   

    mail()函数依赖于本地smtp服务器。smtp.etang.com是否本地服务器??
    你要自己配置一个smtp服务器才行。
      

  3.   

    默认的SMTP服务器启动了,该怎么配置?
    请讲详细点。:)
      

  4.   

    一般的需要安装一个MAIL服务器的
    http://expert.csdn.net/Expert/topic/2633/2633972.xml?temp=.4282038看看吧,很详细