CakePHP: send mail through SMTP to MS OUTLOOK -> SMTP Error: 504 5.7.4 Unrecognized authentication type

僤鯓⒐⒋嵵緔 提交于 2019-12-08 18:26:29

Solved:

I guess the authentication wasnt required on EXCHANGE, so I just removed the password parameter and works fine.

During research I found out this article, so the next step would be to contact EXCHANGE admins.

http://blogs.technet.com/b/exchange/archive/2006/12/28/3397620.aspx

I was getting the same error when using telnet on port 25. After changing to port 587, I was able to use authenticated SMTP.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!