<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>---&gt; Trying to think of ways to KISS (Keep It Simple 
Stupid)....</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
    <DIV bgcolor="#ffffff">
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV dir=ltr>
      <DIV class=gmail_extra>
      <DIV class=gmail_quote><FONT 
    size=2></FONT></DIV></DIV></DIV></BLOCKQUOTE></DIV></BLOCKQUOTE>What triggers 
  the sending of the 3000?&nbsp;</DIV>
  <DIV style="FONT: 10pt arial">&nbsp;</DIV>
  <DIV style="FONT: 10pt arial">---&gt; 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.</DIV>
  <DIV style="FONT: 10pt arial">&nbsp;</DIV>
  <DIV dir=ltr>
  <DIV class=gmail_extra>
  <DIV class=gmail_quote>
  <DIV><FONT size=2></FONT><FONT size=2></FONT><FONT size=2></FONT><FONT 
  size=2></FONT><FONT size=2></FONT><FONT size=2></FONT><FONT 
  size=2></FONT><FONT size=2></FONT><FONT size=2></FONT><BR></DIV>
  <DIV>My processor is a stand-alone script that is run from cron.</DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>---&gt; 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.</FONT></DIV></DIV></DIV></DIV></BLOCKQUOTE></BODY></HTML>