CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ColdFusion (http://www.codingforums.com/forumdisplay.php?f=45)
-   -   Hiding recipients email address when sending to multiple users (http://www.codingforums.com/showthread.php?t=139035)

Trinity-Links 05-05-2008 11:04 AM

Hiding recipients email address when sending to multiple users
 
I have created a simple<cfmail> which sends to multiple users from my website:

PHP Code:

<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/coldfu...nce/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 :(


All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.