[Catalyst] Sending 3000 emails.

Andrew catalystgroup at unitedgames.co.uk
Fri Dec 11 18:35:03 GMT 2015


---> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/catalyst/attachments/20151211/6d656f21/attachment.htm>


More information about the Catalyst mailing list