So to make the jobs happen, we need to add :
* * * * * /usr/local/bin/php -f /usr/www/users/xxxx/xxxx/crm/cron.php > /dev/null 2>&1
For the timing / scheduling where there is all * * * * * , I'm used to putting a time notation in there instead of all " * " .
Must it be left with all " * " , or do we edit as needed , say once every minute so : " * 1 * * * " ?
I initially added it verbatim, but my email notifications are not going out.
Any test email from within any setup area has worked fine.
I'm not getting any errors after editing my crontab, or any errors emailed to me either.
EDIT: so answered my own question about the " * * * * ", the job is running every minute.
BUT, Espocrm is not sending out the email reminders for Calls.
The popups are working as are invites.
The popup reminders clear out of the particular Call screen after they happen, all the Email reminders are still there agreeing with the fact they never happened/went out.
Any thoughts of where I should be looking to get the reminders to go out?
TIA 888
* * * * * /usr/local/bin/php -f /usr/www/users/xxxx/xxxx/crm/cron.php > /dev/null 2>&1
For the timing / scheduling where there is all * * * * * , I'm used to putting a time notation in there instead of all " * " .
Must it be left with all " * " , or do we edit as needed , say once every minute so : " * 1 * * * " ?
I initially added it verbatim, but my email notifications are not going out.
Any test email from within any setup area has worked fine.
I'm not getting any errors after editing my crontab, or any errors emailed to me either.
EDIT: so answered my own question about the " * * * * ", the job is running every minute.
BUT, Espocrm is not sending out the email reminders for Calls.
The popups are working as are invites.
The popup reminders clear out of the particular Call screen after they happen, all the Email reminders are still there agreeing with the fact they never happened/went out.
Any thoughts of where I should be looking to get the reminders to go out?
TIA 888
Comment