danarashad
Programmer
is it possible to have and if statement inside of a <CFmail tag.
example
<cfmail to=dana@something.com from=dana1@something.com <cfif variable is "test">CC=dana3@something.com</cfif>
>
blah blah
</cfmail>
when i run it i get an error invalid token c and it points to the 'c' from the CC!
example
<cfmail to=dana@something.com from=dana1@something.com <cfif variable is "test">CC=dana3@something.com</cfif>
>
blah blah
</cfmail>
when i run it i get an error invalid token c and it points to the 'c' from the CC!