I am using the CFMAIL tag. I've got the email portion working but now I am having trouble with querying data into the email message.
This is what I have between the the tags:
<CFOUTPUT group="MainOptionID">
#MainOptionDescription#<BR>
<CFOUTPUT>
#SubOptionDescription#<BR>
</CFOUTPUT>
</CFOUTPUT>
<CFINCLUDE template="/webcontent/template/common/emailfooter.cfm">
If there are nine query results, I receive nine different emails with each item individually in an email. I tried the code for display in HTML and it looks okay.
Any suggestions.
This is what I have between the the tags:
<CFOUTPUT group="MainOptionID">
#MainOptionDescription#<BR>
<CFOUTPUT>
#SubOptionDescription#<BR>
</CFOUTPUT>
</CFOUTPUT>
<CFINCLUDE template="/webcontent/template/common/emailfooter.cfm">
If there are nine query results, I receive nine different emails with each item individually in an email. I tried the code for display in HTML and it looks okay.
Any suggestions.