You are not logged in.
Hi,
New to GLPI, I've searched the forum but am yet to find a solution.
I have GLPI 10.0.16 running on IIS on Windows Server 2022.
I have created a scheduled task to run a batch file every 5 minutes:
"C:\phppath\php.exe -f "C:\glpipath\front\cron.php"
I've looked at the cron.log and can see that it is running but it is not running the 'queuednotification' action to send mail which is what I need.
I've changed all of my automatic actions to CLI mode.
Any ideas ?
Offline
If you run it manually, what does it write in the log?
php GLPI/front/cron.php --Force queuednotification
glpi-user-documentation.readthedocs.io/fr/master/modules/configuration/crontasks.html
Glpi 10.0.16
Glpi Agent 1.10
Apache 2.4.29
PHP 8.2.4
Offline