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

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

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -