RE: ColdFusion Mail Server

2002-07-31 Thread Craig Thomas
I am sending an e-mail via the ColdFusion mail server with a valid To and From address and the CC field is filled in with around 68 e-mail addresses. You could loop around your cfmail with your cc recipient's and use each email address in the to field. How many times a day/hour do you send out

Re: ColdFusion Mail Server

2002-07-31 Thread Alex
No. Putting 68 addresses in the CC: field is as bad as not wrapping your outgoing mail. Usually a loop is done. On Wed, 31 Jul 2002, [EMAIL PROTECTED] wrote: I am sending an e-mail via the ColdFusion mail server with a valid To and From address and the CC field is filled in with around 68

RE: ColdFusion Mail Server

2002-07-31 Thread Larry Juncker
Start out your email with a list f names for the email to go to, unless you are spamming everyone; Try this: cfquery name=getList datasource=MYDSN# SELECT email_Address FROM myTableName /cfquery CFMAIL QUERY=GetList SUBJECT=Subject FROM=myCompanyName myReturnEmail

RE: ColdFusion Mail Server

2002-07-31 Thread Benjamin S. Rogers
as bad as not wrapping your outgoing mail. Are there really that many antiquated e-mail clients and gateways out there still? Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 __ Get the mailserver

RE: ColdFusion Mail Server

2002-07-31 Thread Matthew R. Small
Hi Chad, I've never had that problem before but it seems like you've narrowed the exact problem down. Why don't you build a list of the emails that you want in the CC field, then check the length of the string. Just keep adding an email to the list until it's longer than 1045, then