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__
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_tls = false










Comments
Invia nuovo commento