[[PageOutline(2-5,Contents,pullout)]] = Manage notifications for public tickets == Description This plugin allows you to define CC address(es) for notifications for public tickets. Public tickets are those for which anonymous users have the `TICKET_VIEW` permission. This is similar to `smtp_always_cc` configuration option. Example usage in `trac.ini`: {{{#!ini [notification] ... smtp_public_always_cc = public@example.com ... }}} This is useful for when you want to send all ticket changes to the public mailing list, but some of those tickets are closed from the public. This could be the case, for example because they are security issues or using for example SensitiveTicketsPlugin or ComponentPermissionsPlugin. Then you do not want that information about those tickets leaked to the mailing list. So rather than using `smtp_always_cc`, you would use `smtp_public_always_cc` with this plugin. == Bugs/Feature Requests Please use [https://github.com/trac-hacks/trac-publicnotifications/issues GitHub] for any issues you have with PublicNotificationsPlugin. == Download Download the zipped source from [https://github.com/trac-hacks/trac-publicnotifications/archive/master.zip here]. == Source You can clone PublicNotificationsPlugin from [https://github.com/trac-hacks/trac-publicnotifications here] using git, or [https://github.com/trac-hacks/trac-publicnotifications browse the source] on GitHub. == Installation Install this plugin with the following command: {{{#!sh pip install PublicNotificationsPlugin }}} For more information, please follow [TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''