Edgewall Software

Changes between Version 5 and Version 6 of TracNotification


Ignore:
Timestamp:
Nov 15, 2004, 5:16:59 AM (19 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v5 v6  
    22[[TracGuideToc]]
    33
    4 Trac supports automatic email notification upon ticket changes.
     4Trac supports basic notification for ticket changes using email.
    55
    6 '''Note:''' This feature is disabled by default, and must be configured to be activated.
     6Email notification is useful to keep users up-to-date on tickets/issues of interest, and also provides a convenient way to post ticket changes to a dedicated mailing list. '''Note:''' As an example, this is how the [http://lists.edgewall.com/archive/trac-tickets/ Trac-tickets] mailing list works.
     7
     8Disabled by default, notification can be activated and configured in [wiki:TracIni trac.ini].
    79
    810== Receiving Notification ==
    9 When reporting a new ticket or adding a comment, if you enter a valid email address in the ''reporter'', ''editor'' or ''cc'' field, you will automatically receive an email upon future changes to the ticket.
     11When reporting a new ticket or adding a comment, enter a validing email address in the ''reporter'', ''editor'' or ''cc'' field. Trac will automatically send you an email when changes are made to the ticket.
    1012
    1113This is useful to keep up-to-date on an issue or enhancement request that interests you.
     
    6163}}}
    6264----
    63 See also: TracTickets, TracIni
     65See also: TracTickets, TracIni, TracGuide