Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto ticket update
#1
Hello,

I would like to implement auto ticket update like explain in this video:

https://www.youtube.com/watch?v=OjmMPHbxYHw

The problem it that my customer not receive the auto replay email that contain the Ticket ID.
The work-follow “Workflow for Ticket Change, not from the Portal” in active and there is no problem to send email from the CRM

What could be the problem?

Thanks
Reply
#2
I had a look at the code, two things catch my attention; one is the "from email"


https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L56

from what I understand reading that code it seems to try to send the email as if the contact had sent it. your email provider may not permit that. You could try hard coding an email on that line, setting $from_email to a valid email in your domain.

But before you try that try this: the workflow that sends that email has a condition "from portal = true",  I think that may not be the case when coming from mail converter so try to set that workflow with an OR, like this:

   
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)