I need to send a personalized letter to a list of recipients. Is there a way
to set it up so it can also insert the corresponding 'first name' variable
also?


<cfset recipients_email="[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL 
PROTECTED]">

        <cfloop list="#recipients_email#" index="recipient">

        <cfmail to="#recipient_email#" from="[EMAIL PROTECTED]"
subject="Please support the team">

                Hello #recipient_firstname#:

                This is my text for the email letter. This is my text for
the email letter. This is my text for the email letter. This is my text for
the email letter. This is my text for the email letter. 

        </cfmail>
</cfloop> 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.1/1299 - Release Date: 2/26/2008
9:08 AM
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299928
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to