Very bad idea...

First of all you only have a certain amount that this field can cope with,
secondly it can be seen by some antispam software as being spam.

The only exception to this rule, is if you have a workflow for keeping
people in the loop in intranet applications. But for general mail outs, wrap
the cfloop query around the cfmail tag.

Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273



-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of blueyoda
Sent: Thursday, 31 May 2007 12:46 PM
To: cfaussie
Subject: [cfaussie] CFMAIL sending to multiple addresses through the query


Does anyone know how to send 1 email through cfmail with multiple
addresses in the cc field.
I have a query named USERS and need to cc all the users from this
table but I'm getting 1 email to each CCed user and multiple emails to
the To address.

<cfmail
        to="#varables.my_Email_Address#"
        query="USERS"
        cc="#USERS.SB_USER_EMAIL_ADDRESS#"
        from="#varables.default_email_address#"
        subject="#form.Subject#">

help




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to