email - PHP IMAP connecting to server TIMEOUT -



email - PHP IMAP connecting to server TIMEOUT -

i'm coding simple email client app php. on local dev server works fine, when move same script on production server "can't connect secure.emailsrvr.com,993: connection timed out" response. tried everything, searching google 2 days, no solution found!

both servers have exact configuration, there no issues that! phpinfo() same (imap enabled, ssl, ... extensions included, server log has no errors)

the username, password , server info same , 100% right (if alter credentials or server info right error , not timeout). server back upwards guys assured me the ip not blocked.

very simple connect script utilize (here stucked). port correct, host!

$mbox=imap_open("{imap.emailsrvr.com:993/imap/ssl}inbox", "my_user", "my_pass");

anyone had similar issues?

regards, jernej gololicic

if oses different it's have different imap extensions installed well.

check out: http://www.php.net/manual/en/imap.requirements.php

php email timeout client imap

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -