Helpful Information
 
 
Category: ColdFusion
Hiding recipients email address when sending to multiple users

I have created a simple<cfmail> which sends to multiple users from my website:


<cfmail
to = "[email protected],[email protected],[email protected],[email protected]"
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:

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

cheers bud!:thumbsup:

Wrong forum selection :p :(










privacy (GDPR)