I would like to set up an autoresponder.
I'm using Gandi simple hosting which unfortunately allows for cron jobs at most hourly.
http://wiki.gandi.net/en/simple/anacron
Per their instructions, I've added this line to the anacrontab file:
1@hourly php /srv/data/web/vhosts/coinforest.com/htdocs/sendy/autoresponders.php > /dev/null 2>&1
Will this at least allow for hourly sending of an autoresponder?