Mobile app version of vmapp.org
Login or Join
Jamie184

: Configuring osTicket to fetch mail from an email account I'm trying to use osTicket to implement a ticketing system but I'm not able to fetch the mails from an email account even after configuring

@Jamie184

Posted in: #CustomerService #TicketSystem #WebHosting

I'm trying to use osTicket to implement a ticketing system but I'm not able to fetch the mails from an email account even after configuring the host, port, user name and password.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

To make the mail fetch work you need to be running thr cron.php file as frequently as you need to poll the mail server.

Cron
*/5 * * * * nobody /path/to/php /path/to/api/cron.php

Windows Scheduled Tasks
Add "c:phpbinphp.exe c:websiteosticketapicron.php" to the Windows scheduled tasks pane.

Note that the cron.php file has restrictions in place to ensure that it is triggered by the server and not a remote browser connection or remote virtual scheduled tasks provider.
osticket.com/wiki/POP3/IMAP_Setting_Guide#Recurring_tasks_scheduler_.28Cron_Job.29

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme