Hi
I need help to setup the automatically email fetching with Office365. At the moment, tickets only will be createt if an agent is working. If we get an email, osticket automatically should create an Ticket.
Already done:
- Settings --> Email --> Email fetching --> Is activated + auto-cron.
In the cron.php file (C:\inetpub\wwwroot\api\cron.php) I added the following line:
*/1 * * * * "C:\Program Files\PHP\v8.0\php.exe" "C:\inetpub\wwwroot\api\cron.php"
I also tryed without " : */1 * * * * C:\Program Files\PHP\v8.0\php.exe C:\inetpub\wwwroot\api\cron.php
In Taskplaner, in action tab (start programm):
Arguments: C:\inetpub\wwwroot\api\cron.php

Systeminformation:
- Windows Server 2016, IIS10
- osTicket Version: 1.17
- PHP Version: 8.0.0
Does anyone have an Idea?
Thank you in advance.
Misel