Edgewall Software

Changes between Version 15 and Version 16 of TracNotification


Ignore:
Timestamp:
Apr 21, 2006, 3:18:26 AM (18 years ago)
Author:
Emmanuel Blot
Comment:

Add stmp_always_bcc and use_public_cc introduced in r3231

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v15 v16  
    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.''
     26 * '''smtp_always_bcc''': (''requires [milestone:0.10 0.10]'') List of email addresses to always send notifications to, but keeps addresses not visible from other recipients of the notification email
    2627 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
    2728 * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field.
    28  * '''allow_public_cc''': (''requires [milestone:0.10 0.10]'') Addresses in CC: list are visible by all recipients (default is ''Bcc:'' - hidden copy).
     29 * '''use_public_cc''': (''requires [milestone:0.10 0.10]'') Addresses in To: (owner, reporter) and Cc: lists are visible by all recipients (default is ''Bcc:'' - hidden copy).
    2930 * '''mime_encoding''': (''requires [milestone:0.10 0.10]'') E-mail notifications are always sent in 7-bit mode. This option allows to select the MIME encoding scheme. Supported values:
    3031   * `base64`: default value, works with any kind of content. May cause some issues with touchy anti-spam/anti-virus engines.