Changes between Version 1 and Version 2 of TracNotification
- Timestamp:
- Jan 4, 2006, 5:52:42 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracNotification
v1 v2 9 9 10 10 == Receiving Notification == 11 When reporting a new ticket or adding a comment, enter a valid ingemail address in the ''reporter'', ''editor'' or ''cc'' field. Trac will automatically send you an email when changes are made to the ticket.11 When reporting a new ticket or adding a comment, enter a valid email address in the ''reporter'', ''editor'' or ''cc'' field. Trac will automatically send you an email when changes are made to the ticket. 12 12 13 13 This is useful to keep up-to-date on an issue or enhancement request that interests you. … … 15 15 == Configuring SMTP Notification == 16 16 17 === Config Options ===17 === Configuration Options === 18 18 These are the available options for the ''[notification]'' section in trac.ini. 19 * '''smtp_enabled''': Enable notification.19 * '''smtp_enabled''': Enable email notification. 20 20 * '''smtp_server''': SMTP server used for notification messages. 21 * '''smtp_user''': (''requires [milestone:0.9 0.9]'') user name for authentication SMTP account. 22 * '''smtp_password''': (''requires [milestone:0.9 0.9]'') password for authentication SMTP account. 21 23 * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails. 22 24 * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails. 23 25 * '''smtp_always_cc''': List of email addresses to always send notifications to. ''Typically used to post ticket changes to a dedicated mailing list.'' 24 26 * '''always_notify_reporter''': Always send notifications to any address in the reporter field. 27 * '''always_notify_owner''': (''requires [milestone:0.9 0.9]'') Always send notifications to the address in the owner field. 25 28 26 29 Either '''smtp_from''' or '''smtp_replyto''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.