[[PageOutline(2-5,Contents,pullout)]] = Yet another Trac tickets reminder script = == Description == Send a text-only mail with a reminder for new and open tickets. See also: DailyReminderScriptForTracScript, TracReminderScript == Bugs/Feature Requests == Existing bugs and feature requests for TicketRemindScript are [report:9?COMPONENT=TicketRemindScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketRemindScript&owner=nextime new ticket]. == Download == Download the zipped source from [http://www.unixmedia.it/tracremind.zip here]. == Source == You can check out TicketRemindScript from [https://svn.nexlab.it/misc/trunk/tracremind/ here] using Subversion, or [http://www.nexlab.it/trac/misc/browser/trunk/tracremind/ browse the source] with the [http://www.unixmedia.it Unixmedia] misc files Trac site. == Example == in your crontab: {{{ 00 00 * * * /path/to/tracremind.py -f /path/to/tracremind.conf -p all > /dev/null 2>&1 }}} == How to include Cc recipients == The smptlib.sendmail method delivers the message body (param 3) to only those recipients included in the To parameter (param 2) - so if you want the CC folks to get the email you need to also include them in param 2. Eg: {{{ s.sendmail(mailmsg['From'], mailmsg['To'] + ',' + mailmsg['Cc'], mailmsg.as_string()) }}} ( thanks to "robyn" for the suggestion ) == Recent Changes == [[ChangeLog(ticketremindscript, 3)]] == Author/Contributors == '''Author:''' [wiki:nextime] [[BR]] '''Maintainer:''' [wiki:nextime] [[BR]] '''Contributors:'''