Just leave the value of the CC attribute blank if you don't want to CC
someone.  For example:

        <CFSET ccAddress = "">
        <CFIF IsDefined("FORM.CC")>
                <CFSET ccAddress = FORM.ccAddress>
        </CFIF>

        <CFMAIL CC="#ccAddress#" ... >

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


> -----Original Message-----
> From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 11:52 PM
> To: CF-Talk
> Subject: Optional cc
>
>
> Can anyone give me a pointer here please. I am trying to populate cc in
> CFMAIL if the user checks a checkbox on the form. I've tried several
> variations of this but CF doesn't quite agree with it. TIA!
>
>
> <!--- Ensure that the check box has a value --->
>
> <cfparam name="SendReceipt" default="0">
>
> <!--- Prepare an email to RISE --->
>
> <cfmail to="[EMAIL PROTECTED]"
>         from="#EmailAddress#"
>         subject="Vacancy inquiry  - #PositionTitle#"
>         <CFIF SendReceipt EQ 1>cc="#EmailAddress#"</CFIF>
>         bcc="[EMAIL PROTECTED]"
>         server="ex1"
>         port=25
>         timeout=120>An inquiry has been received from the web site about a
> RISE Vacancy.</cfmail>
>
>
> **********
>
> Kevin Parker
> Web Services Manager
> WorkCover Corporation
>
> [EMAIL PROTECTED]
> www.workcover.com
>
> p: 08 82332548
> f: 08 82332000
> m: 0418 806 166
>
> **********
>
>
>
> ************************************************************************
> This e-mail is intended for the use of the addressee only. It may
> contain information that is protected by legislated confidentiality
> and/or is legally privileged. If you are not the intended recipient you
> are prohibited from disseminating, distributing or copying this e-mail.
>
> Any opinion expressed in this e-mail may not necessarily be that of the
> WorkCover Corporation of South Australia. Although precautions have
> been taken, the sender cannot warrant that this e-mail or any files
> transmitted with it are free of viruses or any other defect.
>
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
> copies.
> ************************************************************************
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to