PDA

View Full Version : Hiding recipients email address when sending to multiple users


Trinity-Links
05-05-2008, 12:04 PM
I have created a simple<cfmail> which sends to multiple users from my website:

<cfmail
to = "mail1@mail.com,mail2@mail.com,mail3@mail.com,mail4@mail.com"
from = "my_email_add"
type="html"
subject = "#form.subject#">
#form.emailbody#
</cfmail>

It all work completely fine... except each mail recipient recieves a complete list of every other email recipient.

Is this avoidable as it conflicts with my privacy policy.

cheers dudes:thumbsup:

abduraooft
05-05-2008, 01:05 PM
Bcc = "blind_copy_to"
(http://www.adobe.com/livedocs/coldfusion/5.0/CFML_Reference/Tags65.htm, don't know much about it ;))

Trinity-Links
05-07-2008, 09:46 PM
cheers bud!:thumbsup:

abduraooft
05-17-2008, 12:58 PM
Wrong forum selection :p :(