在自己做的网站上,想对新注册用户做邮件推送,用个人邮箱可以,但企业邮箱始终不行,请各路高手指教。
各位高手,
本人做了个网站,想对新注册用户发送一封邮件,用的是网上下的sendmail的那个类,现在试下来,个人邮箱完全没有问题,但企业邮箱就是不行,我用了万网的企业邮箱,163的企业邮箱。
163的企业邮箱,服务器:"smtp.qiye.163.com";
结果返回的信息是:
535 Error: authentication failed
Error: Remote host returned "535 Error: authentication failed"
Error: Error occurred while sending HELO command.
Error: Cannot send email to
Disconnected from remote host
难道是企业邮箱做了限制,不允许编程调用?
------解决方案--------------------
你是用什么方式send的? smtp还是什么?
http://blog.csdn.net/fdipzone/article/details/8683993