Edgewall Software

Changes between Version 29 and Version 30 of TracNotification


Ignore:
Timestamp:
Nov 16, 2007, 11:58:21 AM (16 years ago)
Author:
anonymous
Comment:

documented defaults for some configuration options

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v29 v30  
    2828 * '''smtp_always_bcc''': (''since 0.10'') List of email addresses to always send notifications to, but keeps addresses not visible from other recipients of the notification email
    2929 * '''smtp_subject_prefix''': (''since 0.10.1'') Text that is inserted before the subject of the email. Set to "!__default!__" by default.
    30  * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
    31  * '''always_notify_owner''': (''since 0.9'') Always send notifications to the address in the owner field.
    32  * '''always_notify_updater''': (''since 0.10'') Always send a notification to the updater of a ticket.
     30 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field (default: false).
     31 * '''always_notify_owner''': (''since 0.9'') Always send notifications to the address in the owner field (default: false).
     32 * '''always_notify_updater''': (''since 0.10'') Always send a notification to the updater of a ticket (default: true).
    3333 * '''use_public_cc''': (''since 0.10'') Addresses in To: (owner, reporter) and Cc: lists are visible by all recipients (default is ''Bcc:'' - hidden copy).
    3434 * '''use_short_addr''': (''since 0.10'') Enable delivery of notifications to addresses that do not contain a domain (i.e. do not end with ''@<domain.com>'').This option is useful for intranets, where the SMTP server can handle local addresses and map the username/login to a local mailbox. See also `smtp_default_domain`. Do not use this option with a public SMTP server.