I am having trouble formatting data that is being pass through the CFMAIL tag. The information is coming from a query (storedproc to be exact) and it seems like I can't use <BR> even though I have CFOUTPUT.
Here's the code:
<CFMAIL query="SystemConfiguration" to="#EmailAddressTo#" from="#EmailAddressFrom#">
Dear #RecipientTo#,
#EmailMessage#
<CFOUTPUT>
#SubOptionDescription#
</CFOUTPUT>
<CFINCLUDE template="/webcontent/template/common/emailfooter.cfm">
</CFMAIL>
Any help? Thanks.
Here's the code:
<CFMAIL query="SystemConfiguration" to="#EmailAddressTo#" from="#EmailAddressFrom#">
Dear #RecipientTo#,
#EmailMessage#
<CFOUTPUT>
#SubOptionDescription#
</CFOUTPUT>
<CFINCLUDE template="/webcontent/template/common/emailfooter.cfm">
</CFMAIL>
Any help? Thanks.