problem was: anacron verses cron. Slightly different wording needed.
correct syntax for rarely used anacron is:
Code:
@hourly 0 espocrm-work /opt/php-8.3.19/bin/php -f /srv/data/web/vhosts/mysite/htdocs/cron.php > /dev/null 2>&1
Shared hosting servers using anacron is rare. This hosting, Gandi, only provides hourly scheduled jobs. Not good for emails.

Leave a comment: