|
|
|
我开了"smtp认证"用的php的socket编程就是这些:<br>
<a target=_blank href=http://www.programfan.com/article/showarticle.asp?id=2810>http://www.programfan.com/article/showarticle.asp?id=2810</a><br>
但运行了以后却显示如下debug:<br>
Trying to ***.***.***.***: 220 ESMTP on WinWebMail [3.7.0.5] ready. <a target=_blank href=http://www.winwebmail.com>http://www.winwebmail.com</a> Connected to relay host ***.***.***.***> HELO localhost 250 HELO > AUTH LOGIN YWRtaW4= 334 VXNlcm5hbWU6 > Zm9va29vdG9v 334 UGFzc3dvcmQ6 > MAIL FROM: 535 authentication failed. Error: Remote host returned "535 authentication failed." Error: Error occurred while sending MAIL FROM command. Error: Cannot send email to Disconnected from remote host<br>
这是怎么回事?谢谢啦!我以前没怎么接触过"mail"只做php程序的,这几天帮公司搞一个邮件服务器,为了能用php发邮件,搞的我是...... |
|