imap - imap_open showing 500 Internal Server Error in php -


i using following script access email php.

$inbox = imap_open($hostname,$username,$password) or die('cannot connect email account: ' . imap_last_error()); 

its working in windows server perfectly.

but in linux server showing following error

"networkerror: 500 internal server error".

any 1 have solution this?


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -