I am using CFSET to build up an email message with info like billing, shipping, items bought, etc. Since there are several queries involved, I thought it would be easier than trying to make one big query and using with CFMAIL.
However, I keep getting errors when I try to run CFLOOP or CFOUTPUT inside CFSET. I have to be able to output several itmes such as items bought etc but I am not sure how I can continue to build up the message without using loop or output.
Any suggestions?
However, I keep getting errors when I try to run CFLOOP or CFOUTPUT inside CFSET. I have to be able to output several itmes such as items bought etc but I am not sure how I can continue to build up the message without using loop or output.
Any suggestions?