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>"
TO="#getList.Email_Address#"
SERVER="myEmailServer"
PORT="25"
MAILERID="myWebsite.com"
TYPE="TEXT or HTML">
[Email message here]
</cfmail>
You then are sending one email to each person in your list without having to use
the CC feature.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 31, 2002 9:35 AM
To: CF-Talk
Subject: ColdFusion Mail Server
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.
It seems that when the "CC" field has more than 1045 characters it splits the
list up causing the e-mail to get sent back to me because the "To" and "From"
field has nothing in it. When you look at the body of the e-mail the "To",
"From" and "Subject" lines are empty and the "CC" is split into two sections.
Has anyone else run into this problem before and if so what work around did you
do?
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists