How to set PHPList cronjobs?In order to set PHPList cronjobs you can use the Cron Jobs tool in cPnael. First log in cPanel and click on "Cron Jobs", then click on the "Standard" button and enter the following line in the "Command to run" field:
cd '/home/yourusername/public_html/install_folder/admin/'; php -q index.php -p processqueue > /dev/null ;
Please note that the path mentioned above should be entered exactly as it is the full path to your PHPList application. i.e. you have to replaceyourusername with your username. After that configure the job to be executed on every 30 minutes from the menus below "Command to run".