Hi,
I hope if anyone can help me with this issue. I faced a several issues when trying to run Crontab for emails on Linux server All I do it is add the below line into the Crontab in (/etc/crontab)
*/1 * * * * /usr/bin/php -f /var/www/espocrm/cron.php > /dev/null 2>&1
and then I opened "Scheduled Jobs" from Administration Menu and then I changed the status for "Send Email Notifications" into Active. That's it
Is there any thing i have missed?
Thanks in Advanced
I hope if anyone can help me with this issue. I faced a several issues when trying to run Crontab for emails on Linux server All I do it is add the below line into the Crontab in (/etc/crontab)
*/1 * * * * /usr/bin/php -f /var/www/espocrm/cron.php > /dev/null 2>&1
and then I opened "Scheduled Jobs" from Administration Menu and then I changed the status for "Send Email Notifications" into Active. That's it
Is there any thing i have missed?
Thanks in Advanced
Comment