连接到交换服务器
我尝试使用 PHP 编写的程序连接到交换服务器上的 POP3 邮件帐户,每次我尝试 fsockopen 并连接到端口 110 上的邮箱时,都会出现连接超时错误。
帐户的用户名和密码正确。
我是否必须在交换盒上启用某些连接器才能连接到第三方应用程序?
请帮忙。
I am trying to connect to my POP3 mail account on exchange server using a program written in PHP everytime i try to fsockopen and connect to mail box on port 110 i get connection time out error.
The username and pass of the account is correct.
Do i have to enable some connector on my exchange box to connect to third party applications ?
please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,POP3 连接器处于禁用状态。因此,它应该由您的 IT 人员启用。
并询问他们是否也应该为该帐户启用它,我不确定第二部分。
By default, the POP3 connector is disabled. So, it should be enabled by your IT.
And ask them if they should also enable it for the account, I am not sure of this second part.