= Public notifications plugin = == Description == This plugin allows to define CC address(es) (similar to `smtp_always_cc` configuration option) used only for public tickets (those on which anonymous user have `TICKET_VIEW` permissions) notifications. {{{ [notification] ... smtp_public_always_cc = public@example.com ... }}} It is useful if you want to send all ticket changes to the public mailing list, but some of those tickets are closed from the public because they are security issue or something (using for example SensitiveTicketsPlugin). Then you do not want that information about those tickets is leaked to the mailing list. So instead of defining `smtp_always_cc` you define `smtp_public_always_cc` with this plugin. == Bugs/Feature Requests == Please use [https://bitbucket.org/mitar/trac-publicnotifications/issues Bitbucket] for any issues you have with PublicNotificationsPlugin. == Download == Download the zipped source from [https://bitbucket.org/mitar/trac-publicnotifications/get/tip.zip here]. == Source == You can clone PublicNotificationsPlugin from [https://bitbucket.org/mitar/trac-publicnotifications here] using Mercurial, or [https://bitbucket.org/mitar/trac-publicnotifications/src browse the source] on Bitbucket. == Installation == Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors == '''Author:''' [wiki:mitar] [[BR]] '''Maintainer:''' [wiki:mitar] [[BR]] '''Contributors:'''