Re: Email Quandry

2003-01-09 Thread Jochem van Dieten
Michael Greenberg wrote: Im just concerned with 11,000 emails going out at once that it might bring the server down. Yes it is via SMTP. If the emails are identical you could send them to yourself and BCC them to a bunch of people at the same time (I think the limit is 39). Usual overzealous

RE: Email Quandry

2003-01-09 Thread cfhelp
Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:47 PM To: CF-Talk Subject: Re: Email Quandry I know you mentioned that this is a freebie on your part. If this is a temporary thing then you can get a 60-day demo of iMS-SE from our web site. iMS-SE

RE: Email Quandry

2003-01-09 Thread Owens, Howard
We're purchasing (and may have already purchased) iMS. But here's what I've done in the past: START WITH A FORM SOMETHING LIKE THIS: cfparam name=form.startrow default=1 cfparam name=form.endrow default=300 cfparam name=FORM.SUBJECT default=some subject line cfparam name=FORM.comments default=

RE: Email Quandry

2003-01-09 Thread Matt Robertson
The code below will work fine for you. It will throttle down your mail send rate. As is it'll send your 11000 emails in 45 mins or so. This abomination was created when my ISP didn't want me sending more than about 600 msgs per hr on his shared server. I still use it to keep those overzealous

Email Quandry

2003-01-08 Thread Michael Greenberg
Hi folks, I have an issue with an HTML email newsletter I am trying to send out. I have a database of approximately 11,000 email addresses I need to send this newsletter to. Is there a way that I can send this out to about 100 addresses at a time? I need some sort of mechanism to loop through the

RE: Email Quandry

2003-01-08 Thread Tilbrook, Peter
) 6213 7287 -Original Message- From: Michael Greenberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 January 2003 4:05 PM To: CF-Talk Subject: Email Quandry Hi folks, I have an issue with an HTML email newsletter I am trying to send out. I have a database of approximately 11,000 email

Re: Email Quandry

2003-01-08 Thread Michael Greenberg
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 12:06 AM Subject: RE: Email Quandry Check out ActivMail (http://www.cfdev.com) == Peter Tilbrook Internet Applications Developer Australian Building Codes Board GPO Box 9839 CANBERRA ACT 2601 AUSTRALIA WWW

Re: Email Quandry

2003-01-08 Thread Paris Lundis
the future in the present] [connecting people, places and things] -Original Message- From: Michael Greenberg [EMAIL PROTECTED] Date: Thu, 9 Jan 2003 00:05:02 -0500 Subject: Email Quandry Hi folks, I have an issue with an HTML email newsletter I am trying to send out. I have a database

Re: Email Quandry

2003-01-08 Thread Michael Greenberg
Im just concerned with 11,000 emails going out at once that it might bring the server down. Yes it is via SMTP. Thanks, Michael - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 12:13 AM Subject: Re: Email Quandry

Re: Email Quandry

2003-01-08 Thread Howie Hamlin
-Talk [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 12:05 AM Subject: Email Quandry Hi folks, I have an issue with an HTML email newsletter I am trying to send out. I have a database of approximately 11,000 email addresses I need to send this newsletter to. Is there a way that I can send

Re: Email Quandry

2003-01-08 Thread paul smith
Anyone here not familiar with iMS should take a look as it is virtually infinitely configurable using ColdFusion (as well as others). best, paul At 12:47 AM 1/9/03 -0500, you wrote: I know you mentioned that this is a freebie on your part. If this is a temporary thing then you can get a