> I have an email list from an affiliate that I can only send to between > 10 PM and 4 AM. Is there a way to code it so that it only sends out > during that time? > > I know how to start it from cron, but how do I stop it? And, I'd rather > do it all in the same script if possible.
have a check in your script for the time and then exit when it is that time or create another cron to kill that script at 4am. -- ray _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
