Hi Mike,

Mike McGrath schrieb:
How do I get OTRS to automatically send an email on close but not when a new ticket is created?

OTRS doesn't support this feature directly.
But I think the following will work:

On ticket creation, a free text-field is created with mailonclose = yes
During working on the ticket, you could modify the value to "no" if you like.

You then have to create a generic agent
* that searches for all closed tickets with mailonclose = yes
* sends a mail to the customer
* sets mailonclose = done

You have to write your own generic agent module, see ~/Kernel/System/GenericAgent and http://dev.otrs.org/ for some guidance.

Bye, Alex

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to