ticket_mail_footer

one of the documented procedures in this installation of the ACS
Usage:
ticket_mail_footer
What it does:
Returns the footer associated with the ticket
Defined in: /web/philip/tcl/ticket-defs.tcl

Source code:

 
    return [ad_parameter TicketMailFooter ticket "-- automatically sent from [ticket_system_name] --"]


philg@mit.edu