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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -