Edgewall Software

Changes between Version 73 and Version 74 of TracNotification


Ignore:
Timestamp:
Jul 16, 2012, 10:21:04 PM (12 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v73 v74  
    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 1.0 version of Trac, see [[0.12/TracNotification]] if you need the previous version **
    22= Email Notification of Ticket Changes =
    33[[TracGuideToc]]
     
    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.
    3536 * '''`smtp_replyto`''': Email address to use for ''Reply-To''-headers in notification emails.
    3637 * '''`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.
     
    5152 * '''`email_sender`''': (''since 0.12'') Name of the component implementing `IEmailSender`. This component is used by the notification system to send emails. Trac currently provides the following components:
    5253   * `SmtpEmailSender`: connects to an SMTP server (default).
    53    * `SendmailEmailSender`: runs a `sendmail`-compatible executable.   
     54   * `SendmailEmailSender`: runs a `sendmail`-compatible executable.
    5455
    5556Either '''`smtp_from`''' or '''`smtp_replyto`''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.