Quite possibly a case of variable scoping (or the lack of) causing
confusion. Could there be a string variable called Email set anywhere else?
That is what the error is saying. You can reproduce the error with something
like:


<cfset Email = '[EMAIL PROTECTED]'>
<cfset Email.to = '[EMAIL PROTECTED]'>

So, the first line has happened somewhere in your code previous to the lines
throwing the error. There is nothing wrong with the error message, it is
quite specific ;)

HTH

Dominic

-- 
Blog it up: http://fusion.dominicwatson.co.uk


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:299445
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to