Edgewall Software

Changes between Version 21 and Version 22 of TracNotification


Ignore:
Timestamp:
Jul 7, 2006, 2:24:02 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Remove duplicated options

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v21 v22  
    1919 * '''smtp_enabled''': Enable email notification.
    2020 * '''smtp_server''': SMTP server used for notification messages.
    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.
     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.
    25  * '''smtp_default_domain''': Append the specified domain to addresses that do not contain one. Fully qualified addresses are not modified. The default domain is appended to all username/login for which an email address cannot be found from the user settings (''requires [milestone:0.10]'').
     25 * '''smtp_default_domain''': (''requires [milestone:0.10]'') Append the specified domain to addresses that do not contain one. Fully qualified addresses are not modified. The default domain is appended to all username/login for which an email address cannot be found from the user settings.
    2626 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
    2727 * '''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
     
    3030 * '''always_notify_updater''': (''requires [milestone:0.10]'') Always send a notification to the updater of a ticket.
    3131 * '''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).
    32  * '''use_short_addr''': 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. (''requires [milestone:0.10]''). See also `smtp_default_domain`
     32 * '''use_short_addr''': (''requires [milestone: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.
    3333 * '''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:
    3434   * `base64`: default value, works with any kind of content. May cause some issues with touchy anti-spam/anti-virus engines.
    3535   * `qp` or `quoted-printable`: best for european languages (more compact than base64), not recommended for non-ASCII text (less compact than base64)
    3636   * `none`: no encoding. Use with plain english only (ASCII). E-mails with non-ASCII chars won't be delivered.
    37  * '''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.       
    38  * '''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.
    3937
    4038Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.