Edgewall Software

Changes between Version 26 and Version 27 of TracNotification


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

Added explanation for smtp_port and smtp_subject_prefix

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v26 v27  
    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.
    2122 * '''smtp_user''': (''since 0.9'') User name for authentication SMTP account.
    2223 * '''smtp_password''': (''since 0.9'') Password for authentication SMTP account.
     
    2627 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.''
    2728 * '''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.
    2830 * '''always_notify_reporter''':  Always send notifications to any address in the reporter field.
    2931 * '''always_notify_owner''': (''since 0.9'') Always send notifications to the address in the owner field.