Changes between Version 1 and Version 2 of TracNotification


Ignore:
Timestamp:
Sep 16, 2005, 12:03:52 AM (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    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.
     
    1919 * '''smtp_enabled''': Enable 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.