RE: Email Questions

2001-04-12 Thread I-Lin Kuo
If the code inside of your tags are going to be run 70,000 times, I'd put a lot of effort into optimizing it. 1. The BCC idea is great. 2. Make sure you're not running any unnecessary queries inside of your CFMAIL 3. Take all the text in the body and place it into a variable such as #MailText

RE: Email Questions

2001-04-11 Thread JustinMacCarthy
Check out iMS from coolfusion.com ~ Justin >>-Original Message- >>From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, April 11, 2001 2:04 PM >>To: CF-Talk >>Subject: RE: Email Questions >> >> >>On the same topic, but

RE: Email Questions

2001-04-11 Thread Dylan Bromby
no. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 6:43 AM To: "Dylan Bromby"; CFTALK Subject: Re: Email Questions Have you found that you needed to define the port number in cfmail in order for it to work? Will -- [EMAIL

Re: Email Questions

2001-04-11 Thread W Luke
: dotcom.lists.cftalk Sent: Wednesday, April 11, 2001 2:36 PM Subject: RE: Email Questions > i have a DB of 49,000 addresses, and here's what i found: > > the machine in question is: > CF 4.5SP2 > IMail 6.0.5 > SQL7.0 > WINNT4.0SP5 > 512MB Ram > dual PIII500 > >

RE: Email Questions

2001-04-11 Thread Dylan Bromby
i have a DB of 49,000 addresses, and here's what i found: the machine in question is: CF 4.5SP2 IMail 6.0.5 SQL7.0 WINNT4.0SP5 512MB Ram dual PIII500 i can send 8,000 emails in less than 3 minutes. my application divides the total address count by 8,000 (don't forget the remainder) to figure out

RE: Email Questions

2001-04-11 Thread Bob Silverberg
You might want to take a look at iMS POST SE at http://www.coolfusion.com/moreinfo.cfm?Product_ID=33. We just started using it and I am happy with it so far, and the support has been quite good. Bob -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: April 11, 2001 8:

RE: Email Questions

2001-04-11 Thread C. Hatton Humphrey
Wednesday, April 11, 2001 10:00 AM > To: CF-Talk > Subject: Re: Email Questions > > > Break your query up. Run all the email for the last names that start with > the letters A-C, D-F, and so on. Run them one at a time. > Finding a way to > make your query results smaller

Re: Email Questions

2001-04-11 Thread Kevin Schmidt
Break your query up. Run all the email for the last names that start with the letters A-C, D-F, and so on. Run them one at a time. Finding a way to make your query results smaller and thus sending fewer emails ought to do the trick. - Original Message - From: "Brian Peddle" <[EMAIL PROT