Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: POP3 mail fetching error
Write your message below:
We are experiencing a POP3 email fetching issue. Hesk doesn't download emails automatically, but when I run "inc/mail/hesk_pop3.php" through browser, the emails are downloaded. We are using Windows Server.
Hope you can help. Thanks.
Auto POP3 mail fetching error
Moderator: mkoch227
Re: Auto POP3 mail fetching error
As per POP3 fetching instructions:
On Windows, you will need to set up a scheduled task to run the hesk_pop3.php every 5 minutes or so. Or, if the server is publicly accessible, utilize a third party cron service to run the script.7. To automatically convert emails to tickets you will need to setup a CRON job (scheduled task) to run the hesk_pop3.php script for example every 5 minutes. Most hosting companies support CRON jobs, please check your hosting control panel or contact your host.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 8
- Joined: Mon Oct 10, 2022 5:00 pm
Re: Auto POP3 mail fetching error
Ok, I'll look for that. Thanks.