ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: bhl007 on August 14, 2006, 08:10:13 am
-
Hi, I search thru the forum and get the dailymail curl as below:
curl -o /dev/null http://example.com/mail/dailymail.php?pw=mypass 1> /dev/null 2> /dev/null
How about complete line command for resume curl?
My host have just transfer to new server and wget is not working right now, but once I try, curl can work.
So, decided to use curl now.
-
To set up auto-resume simply copy and paste your dailymail command and change "dailymail.php" to "resume.php".
curl -o /dev/null http://example.com/mail/resume.php?pw=mypass 1> /dev/null 2> /dev/null
Of course, the timing would need to be different than dailymail and be as in one of the examples (http://listmailpro.com/help/autoresume.html), to run every X minutes.
Example timing, for every 20 mins:
*/20 * * * *
Regards