ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: dlafrennie on July 02, 2007, 02:43:01 pm

Title: What is a typical cron command?
Post by: dlafrennie on July 02, 2007, 02:43:01 pm
Hi,

What is a typical cron command(s)

I have cron in my cPanel/WHM

What is the command line(s)

What are the suggested cron times

Thanks-
Title: What is a typical cron command?
Post by: DW on July 04, 2007, 02:39:03 am
On many cPanel servers the default cron task (http://www.listmailpro.com/help/dailymail_cron.html) will work. My example below is for 12 25 midnight:

25 0 * * * /usr/bin/wget -O /dev/null -T 0 http://example.com/mail/dailymail.php?pw=YourDailyMailPass 1> /dev/null 2> /dev/null

Some marketers prefer to email in the morning, ie: 4-5am PST to catch eastern USA in the morning.  It's personal preference really, and you'll have to take the servers time zone into account.  You can view the time zone from the ListMail "Dailymail" or "Sent Messages" pages.

Regards