Reply To: POP3 not working


Home Forums Front End PM PRO POP3 not working Reply To: POP3 not working

#27455
Shamim Hasan
Keymaster

Please go to class-fep-email-pop3.php and add following code after error_log( ‘imap mail stream not available’ );

error_log( imap_last_error() );

Then try again and let me know error message.