Edgewall Software

Changes between Version 28 and Version 29 of TracNotification


Ignore:
Timestamp:
May 18, 2007, 11:11:28 AM (17 years ago)
Author:
Koen Werdler <werdlerk@…>
Comment:

Added a few (since …) notes

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v28 v29  
    1919 * '''smtp_enabled''': Enable email notification.
    2020 * '''smtp_server''': SMTP server used for notification messages.
    21  * '''smtp_port''': Port used to contact the SMTP server.
     21 * '''smtp_port''': (''since 0.9'') Port used to contact the SMTP server.
    2222 * '''smtp_user''': (''since 0.9'') User name for authentication SMTP account.
    2323 * '''smtp_password''': (''since 0.9'') Password for authentication SMTP account.
     
    2727 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
    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
    29  * '''smtp_subject_prefix''': Text that is inserted before the subject of the email. Set to "!__default!__" by default.
     29 * '''smtp_subject_prefix''': (''since 0.10.1'') Text that is inserted before the subject of the email. Set to "!__default!__" by default.
    3030 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
    3131 * '''always_notify_owner''': (''since 0.9'') Always send notifications to the address in the owner field.
     
    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.
    35  * '''use_tls''': Toggle to use [http://en.wikipedia.org/wiki/Transport_Layer_Security Transport Layer Security] (TLS).
     35 * '''use_tls''': (''since 0.10'') Toggle to send notifications via a SMTP server using [http://en.wikipedia.org/wiki/Transport_Layer_Security TLS], such as GMail.
    3636 * '''mime_encoding''': (''since 0.10'') E-mail notifications are always sent in 7-bit mode. This option allows to select the MIME encoding scheme. Supported values:
    3737   * `base64`: default value, works with any kind of content. May cause some issues with touchy anti-spam/anti-virus engines.