trac

Mail notification for TRAC tickets

Do you want send a mail notification to "reporter" and "CC:" for new and updated TRAC [ http://trac.edgewall.org/ ] ticket ?
This is a sample setting to be applied to the trac.ini file:

[notification]
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc = sample@gmail.com
smtp_enabled = true
smtp_from = trac@localhost
smtp_port = 25
smtp_replyto = sample@gmail.com
smtp_server = localhost
smtp_subject_prefix = __default__

ยป
Syndicate content