Opened 13 years ago

Last modified 7 years ago

#8817 closed defect

announcerplugin - ticket subscription not working — at Version 1

Reported by: henke.mike@… Owned by: Robert Corsaro
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords: ticket subscriber
Cc: Ryan J Ollos, Robert Corsaro Trac Release: 0.11

Description (last modified by Ryan J Ollos)

The plugin features like html emails and Component Subscriptions are working for me but Ticket Subscriptions like "Notify me of changes to tickets that I reported." is always on. If I disable LegacyTicketSubscriber then no emails are sent to the reporter.

trac.ini file:

[announcer]
ctxtnav_names = Watch This,Unwatch This
email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver
email_enabled = true
email_sender = SmtpEmailSender
email_to = undisclosed-recipients: ;
mime_encoding = base64
sendmail_path = sendmail
smtp_enabled = true
smtp_from = trac@xxx.com
smtp_port = 25
smtp_replyto = trac@xxx.com
smtp_server = xxx
smtp_subject_prefix = __default__
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_sll = false
use_threaded_delivery = false
use_tls = false

[components]
announcerplugin.* = enabled
announcerplugin.subscribers.ticket_compat.legacyticketsubscriber = enabled
announcerplugin.subscribers.ticket_compat.staticticketsubscriber = disabled
announcerplugin.subscribers.ticket_groups.* = disabled

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.