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
Post a Comment