...

Hiding recipients email address when sending to multiple users

Trinity-Links
05-05-2008, 11:04 AM
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, 12: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, 08:46 PM
cheers bud!:thumbsup:

abduraooft
05-17-2008, 11:58 AM
Wrong forum selection :p :(



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum