Re: Throttling CFMail

2009-08-26 Thread Pete Ruckelshaus
OK, I'm uploading the new & improved code now. What I did, in a nutshell: * Created a mail spool table in the database (storing to/from/subject/htmlcontent/textcontent/etc.) * Created a series of CFC's: + one inserts a record into the spool table + one cfc returns top _x_ messages in a query obje

Re: Throttling CFMail

2009-08-25 Thread Dan Baughman
It's much more than just sending that many at once. Most recipient email servers will kick you out for sending too many, too fast, as well. ie. yahoo will ban you for 48 hours if you try to delivery too many emails in a short period of time. To delivery effectively you also need domain-specific th

Re: Throttling CFMail - The reasons it's a good practice

2009-08-25 Thread Cameron Childress
On Tue, Aug 25, 2009 at 11:25 AM, Robert Harrison wrote: > Many of the receiving ISPs (Yahoo, AOL, etc.) have robots that > monitor the incoming mail and automatically block suspects. Most of these also have whitelist programs and feedback loops for unsubs. That's all very time consuming to mana

RE: Throttling CFMail - The reasons it's a good practice

2009-08-25 Thread Robert Harrison
> You may have better luck just paying for SMTP services from a company who doesn't mind you sending that many emails at once. Last night I sent some code which does works to throttle email. I use it all the time. If you can't sort out how it works feel free to give me a shout off-list. It's p

Re: Throttling CFMail

2009-08-25 Thread Cameron Childress
On Mon, Aug 24, 2009 at 4:58 PM, Pete Ruckelshaus wrote: > I got dinged by my ISP for sending 2,000 email newsletters at once.  Any > ideas on how to "throttle" these emails so that they are sent in small > batches, i.e. 100 per minute?  Is there a simple way to accomplish this, or > do I just nee

Re: Throttling CFMail

2009-08-24 Thread Rick Root
Aug 24, 2009 at 8:46 PM, Robert Harrison wrote: > > That's exactly what the routine I sent out a few minutes ago does. > > Robert > > >  _ > > From: Rick Root [mailto:rick.r...@webworksllc.com] > To: cf-talk [mailto:cf-t...@houseoffusion.com] > Sent: Mon,

Re: Throttling CFMail

2009-08-24 Thread Robert Harrison
That's exactly what the routine I sent out a few minutes ago does. Robert _ From: Rick Root [mailto:rick.r...@webworksllc.com] To: cf-talk [mailto:cf-t...@houseoffusion.com] Sent: Mon, 24 Aug 2009 20:41:35 -0400 Subject: Re: Throttling CFMail One thing you could do inste

Re: Throttling CFMail

2009-08-24 Thread Rick Root
One thing you could do instead of calling insert the details into a DB table (to,from, cc, subject, type, content, etc)... then have a scheduled task that runs every minute send out 100 emails from the table and flag them as sent. Then, it takes a minimum of 20 minutes to send out 2000 messa

RE: Throttling CFMail

2009-08-24 Thread Robert Harrison
David Long [mailto:d...@northgoods.com] To: cf-talk [mailto:cf-t...@houseoffusion.com] Sent: Mon, 24 Aug 2009 17:42:11 -0400 Subject: RE: Throttling CFMail Good luck on the throttling. I never could get it to work but was able to come to an understanding with my Web Host's Sysadmin. Don

Re: Throttling CFMail

2009-08-24 Thread Pete Ruckelshaus
;opt-in" > list, be sure you give subscribers a readily available "unsubscribe" link. > Many AOL users are too lazy to ask to be removed and will just click the > "This is spam" button which puts your ISP's server on a blacklist. > > Dave > > -

RE: Throttling CFMail

2009-08-24 Thread David Long
l just click the "This is spam" button which puts your ISP's server on a blacklist. Dave -Original Message- From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: Monday, August 24, 2009 3:58 PM To: cf-talk Subject: Throttling CFMail I got dinged by my ISP for sending 2

Re: Throttling CFMail

2009-08-24 Thread Agha Mehdi
~Brad > > ---- Original Message > Subject: Throttling CFMail > From: Pete Ruckelshaus > Date: Mon, August 24, 2009 3:58 pm > To: cf-talk > > > I got dinged by my ISP for sending 2,000 email newsletters at once. Any > ideas on how to "throttl

RE: Throttling CFMail

2009-08-24 Thread brad
- Original Message Subject: Throttling CFMail From: Pete Ruckelshaus Date: Mon, August 24, 2009 3:58 pm To: cf-talk I got dinged by my ISP for sending 2,000 email newsletters at once. Any ideas on how to "throttle" these emails so that they are sent in small batches,

Throttling CFMail

2009-08-24 Thread Pete Ruckelshaus
I got dinged by my ISP for sending 2,000 email newsletters at once. Any ideas on how to "throttle" these emails so that they are sent in small batches, i.e. 100 per minute? Is there a simple way to accomplish this, or do I just need to write my own code that loops through and sends emails increm

RE: Throttling CFMAIL

2001-08-30 Thread lsellers
At 04:27 PM 8/30/2001 -0400, you wrote: >The link below doesn't work for me, and a search of >CF_ResendUndeliverableMail3 in the Developer Gallery turns up nothing. > >Is this a joke? The tag sounds too good to be true. Any ideas? No, the theory definitely works. Or used pre-5. I don't know about

RE: Throttling CFMAIL

2001-08-30 Thread Cameron Childress
sage- > From: Matt Robertson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 4:03 PM > To: CF-Talk > Subject: RE: Throttling CFMAIL > > > If you pump out too much mail too fast via CFMAIL, CF dumps it > into the c:\CFUSION\UNDELIVR folder. > > This tag moves th

RE: Throttling CFMAIL

2001-08-30 Thread Tom Forbes
on Childress [mailto:[EMAIL PROTECTED]] >Sent: Thursday, August 30, 2001 11:30 AM >To: CF-Talk >Subject: RE: Throttling CFMAIL > > > > Also, if you don't have CF_ResendUndeliverableMail3 running on > > your server, you should. > >What an awesome tag! :) > &g

RE: Throttling CFMAIL

2001-08-30 Thread Tom Forbes
> >http://devex.allaire.com/developer/gallery/info.cfm?ID=05D90D06-6C6B-11D5-83 >F100508B94F85A > >Tony > >-Original Message- >From: Cameron Childress [mailto:[EMAIL PROTECTED]] >Sent: Thursday, August 30, 2001 11:30 AM >To: CF-Talk >Subject: RE: Throttli

RE: Throttling CFMAIL

2001-08-30 Thread Matt Robertson
Oops and duh. Named those folders both wrong in previous post. c:\cfusion\mail\undelivr and c:\cfusion\mail\spool --Matt-- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/

RE: Throttling CFMAIL

2001-08-30 Thread Matt Robertson
ay, August 30, 2001 12:30 PM > To: CF-Talk > Subject: RE: Throttling CFMAIL > > > > Also, if you don't have CF_ResendUndeliverableMail3 running on > > your server, you should. > > What an awesome tag! :) > > -Cameron > > &

RE: Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
k [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 12:49 PM > To: CF-Talk > Subject: Re: Throttling CFMAIL > > > If you are having a problem with AOL, you should contact their support > lines. Usually it has to do with a DNS issue with your mail server. AOL > doesn'

RE: Throttling CFMAIL

2001-08-30 Thread Tony Gruen
: Throttling CFMAIL > Also, if you don't have CF_ResendUndeliverableMail3 running on > your server, you should. What an awesome tag! :) -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading C

RE: Throttling CFMAIL

2001-08-30 Thread Tony Gruen
, August 30, 2001 11:30 AM To: CF-Talk Subject: RE: Throttling CFMAIL > Also, if you don't have CF_ResendUndeliverableMail3 running on > your server, you should. What an awesome tag! :) -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0

RE: Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
What exactly does this tag do? Dennis > -Original Message- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 12:30 PM > To: CF-Talk > Subject: RE: Throttling CFMAIL > > > > Also, if you don't have CF_ResendUndeliv

RE: Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
> http://www.neighborware.com > America's Leading Community Network Software > > > > > > > -Original Message- > > From: DSJ / PC1, Inc. [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 30, 2001 2:10 PM > > To: CF-Talk > > Subject: RE:

Re: Throttling CFMAIL

2001-08-30 Thread Howie Hamlin
AOL would definitely reject a single mail with 1500 recipients... Howie - Original Message - From: "Carlisle, Eric" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 2:20 PM Subject: RE: Throttling CFMAIL > Dunno

Re: Throttling CFMAIL

2001-08-30 Thread tom muck
If you are having a problem with AOL, you should contact their support lines. Usually it has to do with a DNS issue with your mail server. AOL doesn't allow emails to come in that have problems with DNS or reverse DNS lookup because of all the spam they get. We had the same problem and it turne

Re: Throttling CFMAIL

2001-08-30 Thread webmaster
CTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 11:10 AM Subject: RE: Throttling CFMAIL > Ok Cameron. Here's the deal. > > I run the web site for ColoradoRunner.com. On that web site, you will > notice that we collect e-mail addresses

Re: Throttling CFMAIL

2001-08-30 Thread Howie Hamlin
." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 2:10 PM Subject: RE: Throttling CFMAIL > Ok Cameron. Here's the deal. > > I run the web site for ColoradoRunner.com. On that web site, you will > notice that we coll

RE: Throttling CFMAIL

2001-08-30 Thread Cameron Childress
> Also, if you don't have CF_ResendUndeliverableMail3 running on > your server, you should. What an awesome tag! :) -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software ~~~

RE: Throttling CFMAIL

2001-08-30 Thread Cameron Childress
ge. -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software > -Original Message- > From: DSJ / PC1, Inc. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Augus

RE: Throttling CFMAIL

2001-08-30 Thread Carlisle, Eric
st 30, 2001 2:10 PM To: CF-Talk Subject: RE: Throttling CFMAIL Ok Cameron. Here's the deal. I run the web site for ColoradoRunner.com. On that web site, you will notice that we collect e-mail addresses from those that opt to give it to us, in the form of an e-mail collection box on the hom

RE: Throttling CFMAIL

2001-08-30 Thread Tony Gruen
Subject: RE: Throttling CFMAIL Did you mean cfx_sleep? If so, I don't know if that will work since I am only using 1 cfmail inference in my code, upon which all 1,000 e-mail addresses get passed to it at once. Oh, just saw Cameron's reply come in, which I will answer. Dennis >

Re: Throttling CFMAIL

2001-08-30 Thread Matt Robertson
>why one would do this escapes me. I have several clients on my server with CF-based mail lists, (addresses collected from their web sites, or added in via an admin interface). Since they control their actions as to when and how much mail they send, throttling the rate is a safety precaution. Th

RE: Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
nis > -Original Message- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 11:56 AM > To: CF-Talk > Subject: RE: Throttling CFMAIL > > > > cf_sleep in the tag gallery > > Using CF_Sleep to pause 30 seconds 1000 times is pro

RE: Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
> From: Gary Kraeger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 11:49 AM > To: CF-Talk > Subject: Re: Throttling CFMAIL > > > cf_sleep in the tag gallery > > Gary > cfdev.com > http://www.cfdev.com > - Original Message - > From: "DSJ

RE: Throttling CFMAIL

2001-08-30 Thread Cameron Childress
> From: Gary Kraeger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 1:49 PM > To: CF-Talk > Subject: Re: Throttling CFMAIL > > > cf_sleep in the tag gallery > > Gary > cfdev.com > http://www.cfdev.com > - Original Message - > From: &

RE: Throttling CFMAIL

2001-08-30 Thread Rick Lamb
August 30, 2001 12:24 PM To: CF-Talk Subject: Throttling CFMAIL Does anyone know how I would be able to throttle a batch of cfmail processes? For instance, let's say I've got a database of 1000 e-mail addresses (opt-in of course), and I want to wait 30 seconds between each one that get&#x

Re: Throttling CFMAIL

2001-08-30 Thread Gary Kraeger
cf_sleep in the tag gallery Gary cfdev.com http://www.cfdev.com - Original Message - From: "DSJ / PC1, Inc." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 1:23 PM Subject: Throttling CFMAIL > Does anyone kno

Throttling CFMAIL

2001-08-30 Thread DSJ / PC1, Inc.
Does anyone know how I would be able to throttle a batch of cfmail processes? For instance, let's say I've got a database of 1000 e-mail addresses (opt-in of course), and I want to wait 30 seconds between each one that get's sent out. Any way I can do this? Thanks, Dennis St. John PC1, Inc.