Edgewall Software

Changes between Version 8 and Version 9 of TracNotification


Ignore:
Timestamp:
Jul 26, 2005, 12:09:01 AM (19 years ago)
Author:
Matthew Good
Comment:

please be sure to note when the mentioned features are pre-release

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v8 v9  
    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.
     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.
    2323 * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails.
    2424 * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails.
    2525 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
    2626 * '''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.
     27 * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field.
    2828
    2929Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.