Edgewall Software

Changes between Version 74 and Version 75 of TracNotification


Ignore:
Timestamp:
Jul 17, 2012, 12:03:26 AM (12 years ago)
Author:
Christian Boos
Comment:

0.13 → 1.0

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v74 v75  
    3333 * '''`smtp_from`''': Email address to use for ''Sender''-headers in notification emails.
    3434 * '''`smtp_from_name`''': Sender name to use for ''Sender''-headers in notification emails.
    35  * '''`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.
     35 * '''`smtp_from_author`''': (''since 1.0'') 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.
    3636 * '''`smtp_replyto`''': Email address to use for ''Reply-To''-headers in notification emails.
    3737 * '''`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.