PDA

View Full Version : newsletter autosending?


[m]
04-30-2003, 04:58 PM
I'm working on a project that involves a daily message sent out to all that sucribe A.K.A. daily newsletter I was wondering how I would get the server to automaticly send out the right message according to the day without me having to do it manualy.

any help. thanks

EthanX
04-30-2003, 05:04 PM
you'll need to have a cronjob to run it automaticly.

[m]
05-05-2003, 03:55 PM
ok thanx :)

what is that?

Phantom
05-05-2003, 09:08 PM
If you're on Windows, you've probably seen scheduled tasks. Cron is just like that.

If you haven't seen scheduled tasks, the name is sort of a dead giveaway. When you use scheduled tasks, certain things execute at certain times - whatever you specify.

Spookster
05-05-2003, 09:38 PM
You can search the forums for more information on cron jobs:

http://www.codingforums.com/search.php?s=&action=showresults&searchid=116723&sortby=lastpost&sortorder=descending

[m]
05-08-2003, 04:46 AM
whew thanx a bunch ... that has been buggin me for a while now :thumbsup: