Hi,
Did anyone have this experience: when cf tag is inside cfmail, it generates big blank spaces in the mail? For example:
<cfmail ...>
<cfif ...>
#myTest#
</cfif>
body content here...
</cfmail>
Receiver gets email with big blank spaces between #myTest#.
When I move <cfif> outside the <cfmail>, it formats perfectly.
We are using CFMX. Does anyone know how to fix it when I need cf tag inside cfmail?
Thanks in advance!
Did anyone have this experience: when cf tag is inside cfmail, it generates big blank spaces in the mail? For example:
<cfmail ...>
<cfif ...>
#myTest#
</cfif>
body content here...
</cfmail>
Receiver gets email with big blank spaces between #myTest#.
When I move <cfif> outside the <cfmail>, it formats perfectly.
We are using CFMX. Does anyone know how to fix it when I need cf tag inside cfmail?
Thanks in advance!