Hi Kevin,
The email fetching is working as intended now!
User sends email to support@company.com == creates new ticket
User replies via email to a response from support@company.com == appends reply to ticket
Agent replies to a user's reply, via email == agent's reply gets appended to the ticket
And using the helpdesk to reply / create a ticket works ok.
BUT there is one issue! Email replies don't create notifications.
Example scenario:
Ticket exists. One agent replies to the ticket by replying to support@company.com
The ticket gets appended with the agent's email reply, but the user never gets a notification that a new message was posted. The same goes the other way - if a user replies via email, their reply does get appended to the ticket, but agents don't receive an email that a new reply has been posted.
This is the inverse of my original problem!
How can I have an email notifications sent out whenever someone (agent or user) replies to a ticket via email?
Thanks!