Configuring Cronjobs

Cronjobs are scripts that are designed to be called periodically, in Fork CMS they are mainly used to go through queued items like for example queued e-mails. They can be excuted only through commandline.

Commandline:

php bin/console my-console-command --env=prod