---> Trying to think of ways to KISS (Keep It Simple Stupid)....

  What triggers the sending of the 3000? 

  ---> There's nothing in my Catalyst app that needs to trigger this. I just 
only know how to code websites, so I put the code in a subroutine, that was 
triggered by visiting a url when I want to send it, and after I've sent it, I 
change the subroutine to a private subroutine so nothing else visits the url or 
triggers it.



  My processor is a stand-alone script that is run from cron.

  ---> Instead of having my script talk to a separate processor, I could 
literally, just take my subroutine out of the Catalyst app, and make it a 
standalone script. Then just execute it on the odd occasions I need to send 
emails out.
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to