PHP发邮件没有退信,但是收不到

解决方案 »

  1.   

    我看了Imail 的日志文件显示:
    20071228 080759 127.0.0.1       SMTPD (000A0078) [xx.xx.xx.xx] connect xx.xx.xx.xxport 2137
    20071228 080759 127.0.0.1       SMTPD (000A0078) [xx.xx.xx.xx] EHLO localhost
    20071228 080759 127.0.0.1       SMTPD (00000D08) Authenticated [email protected], session treated as local.
    20071228 080759 127.0.0.1       SMTPD (000A0078) net read error 10053
    20071228 080759 127.0.0.1       SMTPD (000A0078) net read error 10038
    20071228 080908 127.0.0.1       SMTPD (000B0078) [xx.xx.xx.xx] connect xx.xx.xx.xxport 2151
    20071228 080908 127.0.0.1       SMTPD (000B0078) [xx.xx.xx.xx] EHLO localhost
    20071228 080908 127.0.0.1       SMTPD (00000D08) Authenticated [email protected], session treated as local.
    20071228 080908 127.0.0.1       SMTPD (000B0078) send error 10053
    20071228 080908 127.0.0.1       SMTPD (000B0078) [xx.xx.xx.xx] MAIL FROM:<[email protected]>
    20071228 080908 127.0.0.1       SMTPD (000B0078) [xx.xx.xx.xx] RCPT TO:<[email protected]>
    20071228 080908 127.0.0.1       SMTPD (000B0078) send error 10053
    20071228 080908 127.0.0.1       SMTPD (000B0078) send error 10053
    20071228 080908 127.0.0.1       SMTPD (000B0078) net read error 10053
      

  2.   

    有没有人回答呀,谢谢帮帮忙.现在是这样我用OUTLOOK配置这个用户发和收没有问题.就是在程序中发不去
      

  3.   

    用一下phpmailer 是无组件的 用TOM 21 都可以发的
      

  4.   

    是不是我应该加一个Jmail的插件,才能让程序发呀
      

  5.   

    如果是在window,需要配置php.ini中的mail设置
    如果是在linux,需要配置sendmail
      

  6.   

    先查看本事的邮件服务器有木有问题。在检查php程序。或者直接使用phpmailer
    http://phpmailer.worxware.com/
    http://www.jiucool.com/phpmailer-php-email/