ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: ihsreal on February 09, 2007, 11:05:32 am
-
I've set up a number of Follow-Up emails, but my dailymail doesn't seem to be working. Here's how I've set it up in the cronjob area of cpanel:
CRON:
curl -o /dev/null -T 0 http://www.mydomain.com/ListMail/dailymail.php?pw=xxxxxxxx 1> /dev/null 2> /dev/null
But I'm not getting/sending any emails and this is the status in the ListMail Admin:
Last Dailymail execution:
Wednesday, January 25th, 2006 at 9:48am (+14s) CST
Am I missing a step?
-
Try removing the "-T 0" parameter as this is not required by curl.
Regards
-
That did it. :D
Thanks again!