email fetching

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
franxiscoflores
Posts: 14
Joined: Mon Feb 27, 2012 11:34 am

email fetching

Post by franxiscoflores »

Script URL: webmailresponder.com/soporte
Version of script: 2.4.1
Hosting company: iweb, dedicated server
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: email fetching

Write your message below:

using the mail fetching option
The problem that arises is the following:
when a customer responds to a ticket from their email client,
in the management list of tickets this is not reflected as a new ticket.
show me the ticket as pending response

I have the Hesk 2.4.1 installed on another domain and does work perfectly.
when a customer responds to a ticket from their email client,
in the management list of tickets this is reflected as new ticket.

what happens

Regards,
Franxisco Flores
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: email fetching

Post by Klemen »

Actually, that is the intended behavior - if a client responds to a ticket the status should always change to "waiting reply" and not "new". "New" is only used for brand new tickets that have had no responses yet.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
franxiscoflores
Posts: 14
Joined: Mon Feb 27, 2012 11:34 am

Re: email fetching

Post by franxiscoflores »

Hi Klemen,

Thanks for you reply...

is There a way that I can change, to show me those replies as new ticket ????

regards,

Franxisco Flores
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: email fetching

Post by Klemen »

Try this: inside inc/pipe_functions.inc.php change

Code: Select all

`status`='1'
to

Code: Select all

`status`='0'
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply