Sends Trac's ticket email notifications to Slack
- Download and save
tracslack.phpto your server's$HOMEdirectory - Make
tracslack.phpexecutable by doing achmod +x tracslack.php - Create an email forwarder that pipes to
|/path/to/tracslack.php - Edit
trac.iniand setsmtp_always_ccto whatever email forwarder you created
- Create an Incoming Webhook integration in Slack
- Edit
tracslack.phpand
- set
INCOMING_WEBHOOK_URLto the Incoming Webhook URL provided by Slack - set
TRAC_URLto your Trac Project's URL
Maintained by Mike Lopez @easterncoder
Inspired by https://github.com/grexi/snippets/tree/master/tracslack