It should be similar.

 

Either way the mail server has to send 100 messages.

 

It will however make a difference to Coldfusion, to Coldfusion it's one mail
request or 101.

 

Regards

Dale Fraser

 

http://dalefraser.blogspot.com

 

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of AJ Mercer
Sent: Thursday, 31 May 2007 2:44 PM
To: [email protected]
Subject: [cfaussie] Re: CFMAIL sending to multiple addresses through the
query

 

Just to verify, to my mind, it would not make any difference in terms of
network traffic (number of emails going out) in either method - no?

1 email with 100 CCs Vs 101 separate emails (1 for the TO)



On 5/31/07, Andrew Scott <[EMAIL PROTECTED]> wrote:


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]
<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



<br


--~--~---------~--~----~------------~-------~--~----~
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