Edgewall Software

Changes between Version 1 and Version 2 of 0.13/TracNotification


Ignore:
Timestamp:
Jan 11, 2011, 12:20:20 AM (13 years ago)
Author:
Remy Blank
Comment:

Added documentation for [notification] smtp_from_author.

Legend:

Unmodified
Added
Removed
Modified
  • 0.13/TracNotification

    v1 v2  
    1 ** Note: this page documents the 0.12 version of Trac, see [[0.11/TracNotification]] if you need the previous version **
     1** Note: this page documents the 0.13dev version of Trac, see [[0.12/TracNotification]] if you need the previous version **
    22= Email Notification of Ticket Changes =
    33[[TracGuideToc]]
     
    3030 * '''`smtp_from`''': Email address to use for ''Sender''-headers in notification emails.
    3131 * '''`smtp_from_name`''': Sender name to use for ''Sender''-headers in notification emails.
     32 * '''`smtp_from_author`''': (''since 0.13'') Use the author of a change (the reporter of a new ticket, or the author of a comment) as the `From:` header value in notification e-mails (default: false). If the author hasn't set an e-mail address, `smtp_from` and `smtp_from_name` are used instead.
    3233 * '''`smtp_replyto`''': Email address to use for ''Reply-To''-headers in notification emails.
    3334 * '''`smtp_default_domain`''': (''since 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.