Hi,osTicket v1.9.7 - fresh install.So, when Auto-Cron is activated the emails get fetched.However, my Cronjob is not fetching the emails if no agent is online.This is my cronjob:
*/1 * * * * /usr/bin/php /xxxx/xxxx/xxxxx/xxxx/xxxx/api/cron.php
within cron.php I've added the line: mail('xxxxxx@gmail.com','Cron Test A1','Test');This means that every minute when the cron job kicks off I get a test email.I actually receive this email so the cron job itself is correctly starting api/cron.php on the server.So why are no emails being fetched?I have made NO changes (apart from adding in the above line) to the cron.php file.I've tried disabling auto-cron but that makes no difference - apart from the fact that now absolutely no emails are being fetched even when an agent is online...Does anyone have an idea?