Script URL:
Version of script: 2.8.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hello everybody
I know these features are available already since a while but I just installed the newest version and came to this settings.
Can anybody explain me what's the difference between mail piping and fetching? I activated both in my installation and it seems to work to create tickets from mails.
Difference between email Piping and Fetching
Moderator: mkoch227
-
- Posts: 16
- Joined: Thu Jul 22, 2010 7:27 am
Re: Difference between email Piping and Fetching
It's two different ways to do the same thing.
In email piping the server is setup to send incoming emails to a script instead of to a mailbox.
In POP3/IMAP fetching, the server sends mail to a mailbox. Hesk connects to the mailbox and downloads (fetches) the mail.
Email piping is usually faster (no time delay), but is more tricky to setup on some servers.
https://www.hesk.com/knowledgebase/?article=58
https://www.hesk.com/knowledgebase/?article=91
In email piping the server is setup to send incoming emails to a script instead of to a mailbox.
In POP3/IMAP fetching, the server sends mail to a mailbox. Hesk connects to the mailbox and downloads (fetches) the mail.
Email piping is usually faster (no time delay), but is more tricky to setup on some servers.
https://www.hesk.com/knowledgebase/?article=58
https://www.hesk.com/knowledgebase/?article=91
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 email Piping and Fetching
thank you very much for explaining the differences. Now everything is clear for me. I use fetching now as it seems to work without any problems.