Hi all,
I have a query that returns a record set of username, password and email.  I
then use <cfmail> to send each person their correct authentication, no big
deal.  My problem is when I want my message text to come from a form field,
<cfmail> does not parse my #'s at all.

Ex: form field 'name=document'

<CFMAIL query="query1" to="#email#"...
#document#
</cfmail>

Any CF variables I put into the form field like "Hello #username#,"
are not parsed by CF.  Does anyone know why this is occurring?

 TIA,
         Matt

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to