Reply to ticket from different emailaddress
Moderator: mkoch227
Reply to ticket from different emailaddress
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?
Re: Reply to ticket from different emailaddress
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 
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