No E-Mails from most Forums

No E-Mails from most Forums

by Thomas Speck -
Number of replies: 1
I have a problem with my Moodle-Installation. Up til now, when i changed the sitenews, i got mails sent around, but with some new courses, there is a problem, as none of the subcribed people get mail.

My crontab is
*/5 * * * * wget -q -O /dev/null http://lms1.zfw.uni-hildesheim.de/moodle/admin/cron.php

and the backup tasks and so on work flawless.

Is there a way to see, which mail moodle sent?

Ciao, Thomas
Average of ratings: -
In reply to Thomas Speck

Re: monitoring cron functions

by Doug Briggs -

My environment is Windows 2000 Server. Cron is run as part of a batch file. I monitor the output by redirecting the output of cron.php to a text file. The next step in the batch file reads the text file and emails it to me. You could, of course, put the output into a database. Alternatively you could modify the cron function, forum_cron, in /mod/forum/lib.php to send its output to a database or email.

Doug