Using Sendy on WebFaction - CRON setup
Hi there
Thought I would share with you how to get the CRON running on WebFaction, just change USERACCT to what your and PATHTO to suit your environment
#Sendy Application Schedules send at 5 min intervals */5 * * * * /usr/local/bin/php /home/USERACCT/webapps/PATHTO/sendy/scheduled.php > /dev/null 2>&1 */1 * * * * /usr/local/bin/php /home/USERACCT/webapps/PATHTO/sendy/autoresponders.php > /dev/null 2>&1
That’s all there is
This discussion has been closed.
Comments
@KevinB Thanks for sharing!
No problem @Ben, glad to be of help.