I'm creating a system using laravel for a very specific use. For each customer he will register a ticket, and for each ticket I would like to create an email address. This email address will be specific to that ticket, and will be used for "replay to". Whenever the "replay to" is answered, the system loads the message directly into the ticket.
I have no idea how to do this? How to create this email address?
Can anybody help me?