skip to Main Content

Setting up a Laravel cron job in cPanel

I have the following function: protected function schedule(Schedule $schedule) { $schedule->command('email:users')->everyMinute(); } when I run the command artisan schedule:run it sends an email but when I add the following command to the cpanel as a cron job it doesn't send…

VIEW QUESTION

WHM API: emailtrack_search returns empty records – CPanel

I am using the WHM api to track emails in the mail delivery log, however, the JSON response using emailtrack_search return no records I am calling the following URL 1xx.x.xx.xxx:2087/cpsess####/json-api/emailtrack_search?api.version=1 And this is the JSON response {"metadata":{"result":1,"version":1,"command":"emailtrack_search","reason":"OK","overflowed":0,"__chunked":1},"data":{"records":[]}} Notice that the…

VIEW QUESTION
Back To Top
Search