Opened 13 years ago

Last modified 7 years ago

#8817 closed defect

announcerplugin - ticket subscription not working — at Initial Version

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

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@… smtp_port = 25 smtp_replyto = trac@… 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 (0)

Note: See TracTickets for help on using tickets.