How can I set phpList cron jobs?

The phpList cron jobs, like all other cron jobs, are used to schedule and periodically execute commands which are scanned from a file. In order to set up phpList cron jobs on your hosting account with us, you should do so from the Cron Jobs tool in your cPanel.

cPanel Hosting from WebhostFace
  • Log into your cPanel with us
  • Find the Cron Jobs tool in the Advanced tab
  • In the Add New Cron Job tab enter the settings for the frequency and the time you wish the cron job to execute at
  • Enter the following line in the Command field: /usr/bin/php /home/yourcPanelusername/public_html/lists/admin/index.php -p processqueue
  • Press Add New Cron Job button

Remember to substitute the correct path to your phpList installation in the path of the cron job. For more information concerning phpList cron jobs you can visit the official phpList Documentation page.