Strange problem:
   I send out a newsletter occasionally. I wrote the scripts about 2 years 
ago, and haven't changed them. They worked perfectly until recently.  Now, 
whenever I send a newsletter, 2 copies get sent to each recipient.  The 
only difference is that the list is growing. I now have about 2,000 people.
   The recordcount is 2000, but the mail queue gets 4000 messages as soon 
as I run the template.  is there a limit there someplace that I crossed?


The script is a simple:

<cfquery name = "listall"  ...>select email from ... </cfquery>




<cfmail query="listall" to="#email#" from="[EMAIL PROTECTED]" 
subject="Virtualtrials Newsletter!">

#message#

</cfmail>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to