- Edited
In class.ticket.php, at the end of the function setStatus, I added some lines of php that send out an e-mail.Here's a starting point for how to send e-mail: http://php.net/manual/en/function.mail.phpThere's probably an easy way to do it with the built-in OSTicket mail function as well, but for our internal needs, the php mail function was more than good enough.