- Edited
Dear all, need advice in the following issue.Because of the issue with using cron locally (my forum post) as workaround I tried to start use cron remotely.I tried several approaches according to documentation:1) POP3/IMAP Setting Guide: EXTERNAL TRIGGERING USING WGET""According to this instruction I'm getting nothing... I see in access logs that cron.php is requested with proper API key but mails are not fetched...EMail (GMail) activity log doesn't show any activity.And actually I do not understand how this instruction can work as /api/cron.php contains the following check:if (!osTicket:()) die('cron.php only supports local cron calls - use http -> api/tasks/cron');2) Cron Job TutorialAccording to that instruction with changing the scripts/rcron.php I'm getting the error "File not found".Also I met information in the net that this method (rcron) is deprecated and was removed from framework.So, what is the proper way to install Remote Cron?Thanks in advance!