Store the received emails' Message-ID in the messages #935
Labels
easy task
Good for first time contributors
ready ✅
You can work on this!
topic: emails
All the stuff related to the emails system
topic: ticketing
All the stuff related to the tickets
Milestone
Problem
If a user replies to the email that they sent to open a ticket, the reply cannot be linked to the ticket. So, a new ticket is created.
Solution
Store the
Message-ID
of the received emails in order to be able to link replies to an email that haven't been sent by Bileto to the correct ticket.Specifications
In
App\MessageHandler\CreateTicketsFromMailboxEmailsHandler
, get theMessage-ID
header of the mailbox email, and add it as an email reference to the created message.The text was updated successfully, but these errors were encountered: