On Jul 4, 2010, at 9:36 AM, Leif wrote: > Hi, > > It is possible to let Trac send an Overview of all tickets (Maybe based on a > Report) let say every mondy morning ?
A general issue with webapps is that they can't do time-based stuffs since they don't have any real persistence of their own. You could probably make a little script that grabs the contents of a report and formats it into an email, but it has to be run by something like cron. --Noah -- 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.
