Reply to ticket from different emailaddress

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lhaperen
Posts: 2
Joined: Thu Mar 26, 2015 2:03 pm

Reply to ticket from different emailaddress

Post by lhaperen »

We having a little problem, most of the users using two email addresses. And the problem is that if they fill in one email address within the ticket but when they reply to a ticket from office365 there is created a new ticket instead of merging the reply with the existing ticket. Is there a way to bypass the email check so that only the subject header is used to find the ticket?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Reply to ticket from different emailaddress

Post by Klemen »

You will need to delete this code from inc/pipe_functions.inc.php

Code: Select all

	        // Do email addresses match?
	        if ( strpos( strtolower($ticket['email']), strtolower($tmpvar['email']) ) === false )
	        {
	        	$tmpvar['trackid'] = '';
	        }
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