I've set up an Event Based Notification according to the following:
However, I do not receive any event based notifications. I do receive the automatic notifications when a new ticket is created so I'm sure the smtp settings are right.Implementation
This is done in the Admin, Notification (Event) section:
Add a new Notification [Add]
Edit (Change):
Name: Close Ticket Notification
Recipient: <my OTRS user>
Event: TicketStateUpdate
State: closed successful and closed unsuccessful
Subject: Closed (<OTRS_TICKET_Title[100]>)
Text:
This ticket <OTRS_TICKET_Title[100]> has been closed.
Please don't reply to this message unless for some reason you do not feel this ticket needs to be closed.
You can track your ticket here:
<OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>customer.pl?Action=CustomerTicketZoom&TicketID=<OTRS_TICKET_TicketID>
Valid: Valid
What am I missing?