Sorry for upping an old thread but I guess it is better than making a copy....
On the forum page it says that scripts must be enabled in the background
A PHP client to deliver e-mails must be enabled in background:
php scripts/send-notifications-consumer.php &
It is clear that script "send-notifications.php" calls methods from SendSpool class and they get jobs from Beanstalk server.
My question is - how and how often are these scripts executed?
I presume these scripts are run periodically via cronjobs?
How would you execute this "send-notifications.php" script from prompt (or from cronjob)?
Like this: usr/bin/php /var/www/forum/app/scripts/send-notifications.php ???