Reynier Pérez Mira kirjoitti: > Hi every: > I have a project registered in Trac and have 3 developers in this > project. I want any time some client open a ticket Trac automatically > send a email to the module owner. It's possible this? If is possible, > How? Any help or guide?
If you want email every time someone hits ticket X that's not possible without module, but when ever ticket is created or modified you can notify owner of that (which by default is component owner). Just set "always_notify_owner" to true in [notification] section. -- Jani Tiaien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
