ticket_mail_send_body addresses bodyWhat it does:
This will rewrite the message body if the variable TicketMailTester is non-empty.Defined in: /web/philip/tcl/ticket-defs.tcl
Source code:
set ticket_mail_tester [ad_parameter TicketMailTester ticket {}]
if {![empty_string_p $ticket_mail_tester]} {
return "Debug...Sent to: [ticket_mail_send $addresses]\na message really for:$addresses\n\nBody:\n$body"
} else {
return $body
}