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

  • Linee e paragrafi vanno a capo automaticamente.
  • Web page addresses and e-mail addresses turn into links automatically.

Maggiori informazioni sulle opzioni di formattazione.

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
7 + 11 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.