Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
> without a problem. Can anyone point me to some custom tags or modules > that have been fairly reliable at least up to 10,000 emails? If you're on a Windows server and have access to the built-in IIS SMTP service, setup a secure relay there and use CFFILE to dump messages directly into its pick

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
Before you buy a program, you may want to try using cfmail's ability to use a query for the to field. You will see better performance than with a loop, it might just be enough. jon Dowdell, Jason G wrote: > Hi All, > > I have a customer who is running into page timeout errors while using the

Re: ColdFusion based mass email module

2002-04-16 Thread Dave Carabetta
>Dowdell, Jason G wrote: > > Hi All, > > > > I have a customer who is running into page timeout errors while using >the > > cfmail tag. The mailing list query contains about 5,000 records in it >so > > we're looping through the cfmail tag that many times. I know I can set >the > > requesttime

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
Please explain what you mean by a "query for the to field". Here's what I'm currently doing... Thanks, Jason -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:57 AM To: CF-Talk Subject:

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
ROTECTED]] Sent: Tuesday, April 16, 2002 8:45 AM To: CF-Talk Subject: Re: ColdFusion based mass email module > without a problem. Can anyone point me to some custom tags or modules > that have been fairly reliable at least up to 10,000 emails? If you're on a Windows server and have acces

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
> That sounds very interesting. Could you include a code > snippet or example to show me how to do what you're > proposing. I'm not sure the host will allow it but it's > definitely worth looking into. I don't know what your clear_newsletter.cfm file does, but here's a sample of the IIS SMTP du

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
n Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:57 AM To: CF-Talk Subject: Re: ColdFusion based mass email module > That sounds very interesting. Could you include a code > snippet or example to show me how to do what you're > proposing. I'm not sure the host w

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
> That's really interesting. I didn't know you could > do anything like that. I think I'm going to experiment > with that at home on my dev box first and then proceed > from there. What particular mail server are you > running? One of the nice things about this method is that by using IIS' bui

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Dowdell, Jason G wrote: > That sounds very interesting. Could you include a code > snippet or example to show me how to do what you're > proposing. I'm not sure the host will allow it but it's > definitely worth looking into. http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ Joc

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
? I appreciate your help. ~jason -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:10 AM To: CF-Talk Subject: Re: ColdFusion based mass email module > That's really interesting. I didn't know you could > do anything like th

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
> Does the built in SMTP service of IIS need to be scheduled to > run at certain intervals or does it normally already do that? That SMTP service should pick up any files you drop in the pickup directory just about as fast as you can drop them in there. As long as the service is running and the

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
---Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 16, 2002 8:57 AM > To: CF-Talk > Subject: Re: ColdFusion based mass email module > > > Before you buy a program, you may want to try using cfmail's ability to > use a query for

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
it. I'll keep you posted. Thanks, Jason -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:33 AM To: CF-Talk Subject: Re: ColdFusion based mass email module > Does the built in SMTP service of IIS need to be scheduled to > run at

RE: ColdFusion based mass email module

2002-04-16 Thread Chakka, Sudheer
Hi, What is the advantage of writing the file into spooldir of IIS than writing into sppoldir of ColdFusion? Which one is a best solution? The one given by Justin or present at: http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ Justin can answer this, I guess. We will be

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Chakka, Sudheer wrote: > Hi, > > What is the advantage of writing the file into spooldir of IIS than > writing into sppoldir of ColdFusion? IIS is faster and more reliable at sending the files out. > Which one is a best solution? The one given by Justin or present at: > http://jochem.van

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
> What is the advantage of writing the file into spooldir of IIS than > writing into sppoldir of ColdFusion? > > Which one is a best solution? The one given by Justin or present at: > http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ The "best" solution will depend on the ava

RE: ColdFusion based mass email module

2002-04-17 Thread Dowdell, Jason G
o: CF-Talk Subject: Re: ColdFusion based mass email module > That sounds very interesting. Could you include a code > snippet or example to show me how to do what you're > proposing. I'm not sure the host will allow it but it's > definitely worth looking into. I don&

RE: ColdFusion based mass email module

2002-04-17 Thread BillyC
D]] Sent: Wednesday, April 17, 2002 1:34 PM To: CF-Talk Subject: RE: ColdFusion based mass email module Justin, Do you have to do anything special if it's an html formatted message? Is there a failover in case the client's email client does not render html? Thanks, jason -Orig

Re: ColdFusion based mass email module

2002-04-17 Thread Jochem van Dieten
Dowdell, Jason G wrote: > Justin, > > Do you have to do anything special if it's an html formatted > message? Is there a failover in case the client's email client > does not render html? rfc 2045-9, rfc 2822 and possibly rfc 2387 (if you want inline images) Or cf_advancedemail :) Jochem ___

Re: ColdFusion based mass email module

2002-04-17 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > You can send mixed-mode messages: > > > > > subject="test"> value="multipart/alternative; boundary=""#boundary#"""> --#boundary# > Content-Type: text/plain; > charset="iso-8859-1" RFC says Content-Type and charset should be on the same line (or the line with char

RE: ColdFusion based mass email module

2002-04-17 Thread BillyC
usion based mass email module [EMAIL PROTECTED] wrote: > You can send mixed-mode messages: > > > > > subject="test"> value="multipart/alternative; boundary=""#boundary#"""> --#boundary# > Content-Type: text/plain; > charset