Script URL:
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: piping fetching difference
Write your message below:
Hello and thank you for probably the best helpdesk script in the world wide web.
I'm a bit confused about POP3 Fetching and EMail piping. Are these different methods to automatically create a ticket from an e-mail or are both methods working together? I didn't find any hint about this yet.
We have activated both methods here and it seems to work. The only problem is a huge delay. If a customer sends a mail to hesk, it takes about an hour to receive the ticket.
Did we just made a mess with both methods?
Difference between POP3 Fetching and Email piping
Moderator: mkoch227
-
- Posts: 16
- Joined: Thu Jul 22, 2010 7:27 am
Re: Difference between POP3 Fetching and Email piping
The difference is POP3 fetching requires a valid email account whereas "piping" doesn't - servers can just forward email to the script without the need of a real account.
I would recommend using just POP3 fetching so you have a real account and copies of emails there if something goes wrong (email is not lost if HESK stops working).
I would make Cron run the hesk_pop3.php script every 5 minutes. However, if you mail server is slow, that may be the reason it takes so long to get emails. For example I know from experience GoDaddy hosting is very slow in processing emails.
I would recommend using just POP3 fetching so you have a real account and copies of emails there if something goes wrong (email is not lost if HESK stops working).
I would make Cron run the hesk_pop3.php script every 5 minutes. However, if you mail server is slow, that may be the reason it takes so long to get emails. For example I know from experience GoDaddy hosting is very slow in processing emails.
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: 16
- Joined: Thu Jul 22, 2010 7:27 am
Re: Difference between POP3 Fetching and Email piping
Thank you very much for your explanation. Now i understand the difference.