I have recently started sending out my email campaigns using Sendy. The first day i sent out the campaign I had to hit resume every 2 or 3 minutes until the campaign was sent out to all recipients. This was painfully slow. The second day I set up a cron job in hostgators cpanel using the command: "php /home/your domain/public_html/sendy/scheduled.php > /dev/null 2>&1" as instructed by Sendy. I was then able to schedule the campaign which i did for the following morning. I was under the impression that this would take care of the auto resume function.
The following day the campaign was sent however, again after about 2-3 minutes sendy stopped sending the emails out to my list. What is worse is that the resume button is not even showing now, so the campaign is permanently hung. I received the following message in my email from Cron Daemon with the following content: "/bin/sh: line 1: 25222 Killed php /home/my domain/public_html/sendy/scheduled.php > /dev/null 2>&1"
Can you help me fix this issue and get the autoresume function working.