Anonymous's picture
Posted by Anonymous on December 14, 2008 at 6:33pm
I have simplenews and mime mail running on several websites and want to send newsletters via cron in the early morning hours.
I've done a search of drupal.org on the subject of cron and am not having success on finding the correct cron command for the "crontab -e" file.
Here's what I've got:
*/30 1,2,3,4,5,6 * * 0-5 php /var/www/vhosts/mysite.com/www/drupal/cron.php
This does not work on single-site install or multi-site install.