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