- Edited
Hello!
I'm always doing some tests for a proof of concept because we are looking to deploy a new ticketing system.
I'm currently running the v1.8.1 of OsTicket.
I have a question relating to the ticket filter system:
We wanted to target incoming client request by their mail domains. For the example, I was trying to execute a filter on a @[deleted] mail domain.
Is it possible to say that?
> if Email contains "yahoo" then set the variable %{client} to "Yahoo"
We currently use this variable on our form (client can chose) but we want to block this function and autodetect the client name from his mail.
Thank you in advance !