Page 1 of 1

List of all new Bugs submitted by mail once a day

Posted: 08 Aug 2006, 09:06
by kerthi
Hey!

I need a function that allows me to define a person that gets a list of all new bugs once a day via email.

How can i achieve such a behavior?

greez kerthi

Posted: 09 Aug 2006, 05:40
by vboctor
This behaviour is not currenly implemented. You need to create a script that sends an email including all bugs submitted in the last 24 hours and then add this as a cronjob or scheduler task that is executed once a day. The script can contain the email address to send to.

If you end up implementing this and would like to contributing it, please submit an issue in the bugtracker and attach your script.

Regards,
Victor.

Posted: 09 Aug 2006, 06:02
by vboctor
The following issue provides a similar functionality. You might want to use it as a starting point.

http://bugs.mantisbt.org/view.php?id=5887

Regards,
Victor