It is possible to configure Tutos to send reminders about things like appointments. This behaviour is mainly implemented bu the check.php script.
How to run the check.php script.
php/check.php will test the TUTOS system for reminder mails to sent out. These are reminders for notes , for old unhandled bugs and for appointments. Best way to run this script is a cron job that periodically calls the script (i.e. with the wget or lynx program).
Here is an example cronjob entry:
Example 8-1. cronjob
*/5 * * * * /usr/bin/lynx -dump http://DataMiner01.nbgm.siemens.de:81/tutos/php/check.php > /dev/null |
WARNING: There is no user verification for this page !