Edgewall Software

Changes between Version 7 and Version 8 of TracNotification


Ignore:
Timestamp:
Jul 25, 2005, 4:39:56 PM (19 years ago)
Author:
linne@…
Comment:

Add some notifications changes from the 0.9 development

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v7 v8  
    1919 * '''smtp_enabled''': Enable notification.
    2020 * '''smtp_server''': SMTP server used for notification messages.
     21 * '''smtp_user''': (optional) user name for authentication SMTP account.
     22 * '''smtp_password''': (optional) 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''':  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.