Edgewall Software

Changes between Version 1 and Version 2 of Trac Notification


Ignore:
Timestamp:
Nov 1, 2005, 12:15:28 AM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Notification

    v1 v2  
    99
    1010== Receiving Notification ==
    11 When 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.
     11When reporting a new ticket or adding a comment, enter a valid email address in the ''reporter'', ''editor'' or ''cc'' field. Trac will automatically send you an email when changes are made to the ticket.
    1212
    1313This is useful to keep up-to-date on an issue or enhancement request that interests you.
     
    1515== Configuring SMTP Notification ==
    1616
    17 === Config Options ===
     17=== Configuration Options ===
    1818These are the available options for the ''[notification]'' section in trac.ini.
    19  * '''smtp_enabled''': Enable notification.
     19 * '''smtp_enabled''': Enable email notification.
    2020 * '''smtp_server''': SMTP server used for notification messages.
     21 * '''smtp_user''': (''requires [milestone:0.9 0.9]'') user name for authentication SMTP account.
     22 * '''smtp_password''': (''requires [milestone:0.9 0.9]'') password for authentication SMTP account.
    2123 * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails.
    2224 * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails.
    2325 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
    2426 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
     27 * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field.
    2528
    2629Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.