Hi,
I am importing my customers from the CRM. There, some customers have multiple emails that can potentially open a ticket via email.
I have been able to import a single user per account, and to use the table ost_user_email to add multiple email address entries related to the same user id.
It works well for incoming emails in the sense of identifying the user (customer). However, no matter what email from comes in the email, the ticket thread's main recipient is always the primary email address.
I have tried to hack the code to add the original sender as collaborator, but I think that is not very ellegant, as it requires the creation of an additional user.
Could anyone please point to a reasonable approach to resolve this use case?