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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -