Edgewall Software

Changes between Version 16 and Version 17 of TracNotification


Ignore:
Timestamp:
May 13, 2006, 3:57:42 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Add doc about the always_notify_updater option

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v16 v17  
    1919 * '''smtp_enabled''': Enable email notification.
    2020 * '''smtp_server''': SMTP server used for notification messages.
    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.
     21 * '''smtp_user''': (''requires [milestone:0.9]'') user name for authentication SMTP account.
     22 * '''smtp_password''': (''requires [milestone: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.''
    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
     26 * '''smtp_always_bcc''': (''requires [milestone:0.10]'') List of email addresses to always send notifications to, but keeps addresses not visible from other recipients of the notification email
    2727 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
    28  * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field.
    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).
    30  * '''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:
     28 * '''always_notify_owner''': (''requires [milestone:0.9]'') Always send notifications to the address in the owner field.
     29 * '''always_notify_updater''': (''requires [milestone:0.10]'') Always send a notification to the updater of a ticket.
     30 * '''use_public_cc''': (''requires [milestone:0.10]'') Addresses in To: (owner, reporter) and Cc: lists are visible by all recipients (default is ''Bcc:'' - hidden copy).
     31 * '''mime_encoding''': (''requires [milestone:0.10]'') E-mail notifications are always sent in 7-bit mode. This option allows to select the MIME encoding scheme. Supported values:
    3132   * `base64`: default value, works with any kind of content. May cause some issues with touchy anti-spam/anti-virus engines.
    3233   * `qp` or `quoted-printable`: best for european languages (more compact than base64), not recommended for non-ASCII text (less compact than base64)
    3334   * `none`: no encoding. Use with plain english only (ASCII). E-mails with non-ASCII chars won't be delivered.
    34  * '''smtp_default_domain''': (''requires [milestone:0.10 0.10]'') The specified domain name is appended to short e-mail addresses - ''i.e.'' e-mail addresses without a fully qualified domain name.       
    35  * '''allow_short_addr''': (''requires [milestone:0.10 0.10]'') Short e-mail addresses are accepted. When this option is enabled, it's up to the SMTP server to resolve the e-mail address. Do not use this option with a public SMTP server.
     35 * '''smtp_default_domain''': (''requires [milestone:0.10]'') The specified domain name is appended to short e-mail addresses - ''i.e.'' e-mail addresses without a fully qualified domain name.       
     36 * '''allow_short_addr''': (''requires [milestone:0.10]'') Short e-mail addresses are accepted. When this option is enabled, it's up to the SMTP server to resolve the e-mail address. Do not use this option with a public SMTP server.
    3637
    3738Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.