Author Topic: Daily mail  (Read 1575 times)

ihsreal

  • Posts: 19
    • View Profile
    • http://www.IHSRealty.com
Daily mail
« 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?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Daily mail
« Reply #1 on: February 09, 2007, 07:19:39 pm »
Try removing the "-T 0" parameter as this is not required by curl.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

ihsreal

  • Posts: 19
    • View Profile
    • http://www.IHSRealty.com
Daily mail
« Reply #2 on: February 13, 2007, 06:31:00 am »
That did it. :D

Thanks again!