Hello there,
I am using a php web form that emails our OTRS email when someone submits the form. I'm defining the headers so that they generally look something like this:
Code: Select all
X-OTRS-State: Pending reminder
X-OTRS-State-PendingTime: 2011-06-13 10:30:00
X-OTRS-Type: Reservation Request
However, when the email comes in, the state, pending time and ticket type are not set. I figure I have to use an email filter to set these, but I can't seem to figure out how I would pass a non-static value from the header (such as pending time). Thanks in advance for any help you can give!