How to handle support emails? When I have support@abc.com and client send about something to that email, create a token then send auto reply to client with token number.
Token number means case number or ticket number.
Also, can I set that email’s status like solved or not etc?
Depends on your situation, more often then not this means using mautic plugin that already exists to connect the system together or writing up your own plugin.
In general if the external system has some sort of api you are able to integrate it with mautic.
If the customer replies to support@abc.com, then the ticketing software should be monitoring support@abc.com, and it is also responsible for creating the new ticket and sending a reply with the ticket information. We do this with Zendesk and Hesk without any issues. Or am I missing something?