开发者

Connecting to exchange server

开发者 https://www.devze.com 2022-12-22 12:16 出处:网络
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.

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 appl开发者_开发知识库ications ?

please help.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消