Home › Forums › Front End PM PRO › POP3 not working
- This topic has 23 replies, 2 voices, and was last updated 6 years ago by Shamim Hasan.
-
AuthorPosts
-
July 26, 2019 at 1:15 am #27235AlexandraParticipant
Hello Support Staff,
I tried using POP3 function but its not working, Attached is my screenshot of settings. Please help me in this regard.
Thanks.
Attachments:You must be logged in to view attached files.July 26, 2019 at 10:26 am #27254Shamim HasanKeymasterIs your email address correct? It should be email address of your pop3 email. In your case it is gmail.
Please see
https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/pop3-feature/
http://support.google.com/mail/bin/answer.py?hl=en&answer=13273Let me know.
July 26, 2019 at 12:46 pm #27260AlexandraParticipantHi,
The gmail address i used has POP3 enabled, do i have to use an email client to make this work?
July 26, 2019 at 3:05 pm #27284Shamim HasanKeymasterNo email client is needed.
I see in your screenshot that your email address is not in gmail domain. Please recheck if that email address is a gmail address.If still not working let me know if you are comfortable editing php code. if i give you some debug php code, can you add that to further debug?
July 26, 2019 at 4:05 pm #27286AlexandraParticipantYes, i can add php code.
July 26, 2019 at 11:37 pm #27291Shamim HasanKeymasterCan your website run cron?
Please follow step by step
1. Send a message from UserA to UserB.
2. Access UserB email and see if he received email notification. If yes, does that email subject contain [MESSAGE KEY-XXXXXX] ?
3. Reply to that email.
4. Access to your email address (which email you setup in POP3), Did you receive that email which is sent from UserB email ?
5. Wait at least 15 minutes then refresh your website couple of times.
6. Check if replied email from UserB imported in messagebox of UserA?If any steps failed, let me know which steps it is.
If only step-6 failed, please go to class-fep-email-pop3.php and remove all
//
beforeerror_log
and again start from step-1 and after finishing all steps see your server error log and see any error there.Let me know.
July 30, 2019 at 5:03 pm #27451AlexandraParticipantThis reply has been marked as private.July 30, 2019 at 6:25 pm #27455Shamim HasanKeymasterPlease 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.
July 31, 2019 at 12:47 am #27458AlexandraParticipantThis reply has been marked as private.July 31, 2019 at 12:33 pm #27491Shamim HasanKeymasterIt seems it is certificate issue. Please follow following steps
1. Setup your gmail for pop3 access. See https://support.google.com/mail/answer/7104828?hl=en
2. Allow less secure apps in https://myaccount.google.com/lesssecureapps for your same email address which you set as POP3 email.
3. Check Front End PM PRO > Settings > Emails > No validate certificatesThen try again and let me know.
August 1, 2019 at 1:17 am #27522AlexandraParticipantThis reply has been marked as private.August 1, 2019 at 9:44 am #27541Shamim HasanKeymasterDid you change error_log code what i suggested previously (remove // before error_log)? this code runs every after 15 minutes. So after 15 minutes refresh your website couple of times then see error log. When this code runs it at least show “pop3 event start” in error log if there is no error also.
Let me know.
August 1, 2019 at 11:36 pm #27571AlexandraParticipantYes that is enabled, but nothing is in error_log.
August 2, 2019 at 2:10 am #27588Shamim HasanKeymasterDid you change any other settings in your website? (eg. debug code, cron settings)?
Please do following
1. adderror_log( 'pop3 event init' );
just after function pop3_event() {
2. Go to Front End PM PRO > Settings > Emails > Email Piping/POP3 then set Enable as “None” then save changes and again set as POP3 and again save changes. Then wait at least 15 minutes and refresh your website couple of times then see error log.3. If still no log shows please install any cron plugin (eg. https://wordpress.org/plugins/wp-crontrol/ ) then go to Tools > Cron Events and see if
fep_pop3_event
showing under hook name. If yes give me that row screenshot. Also click “Run Now” and see again error log if any log there.Let me know.
August 2, 2019 at 11:44 pm #27634AlexandraParticipantThis reply has been marked as private. -
AuthorPosts
You need to purchase ‘Front End PM PRO’ to create topic in this support forum.
If you already purchased ‘Front End PM PRO’ please LOGIN.