Script URL:
Version of script: 2.4 RC
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: mail log
Write your message below:
What does Hesk do with original mail after mail is piped in?
Does it strip data from mail and then discard mail, or does it log the original mail somewhere but then extract certain data to create the ticket?
Reason I'm asking is what happens if piped mail has some issue? Could it get lost for example? Had this happen with a different helpdesk where if the incoming mail had something the helpdesk was not prepared for, that email was totally gone, nothing backing it up
Thanks
Mail Logging - what does Hesk do with mail after imported ?
Moderator: mkoch227
Re: Mail Logging - what does Hesk do with mail after importe
Yes, email is deleted by POP3 server after usage.
To prevent this and keep a copy of the email on the server, remove this line from file "inc/mail/hesk_pop3.php":
To prevent this and keep a copy of the email on the server, remove this line from file "inc/mail/hesk_pop3.php":
Code: Select all
$pop3->DeleteMessage($message);
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