Open MetricMoose opened 9 months ago
In order for email processing to work, I had to enter the container, use crontab -e to edit the list of cronjobs and add the following line:
*/1 * * * * php /var/www/html/api/cron.php
Same here, cronjob doesn't seem to be fetching any emails, even with docker env var CRON_INTERVAL set to "5" min.
In order for email processing to work, I had to enter the container, use crontab -e to edit the list of cronjobs and add the following line:
*/1 * * * * php /var/www/html/api/cron.php