cfmail
hi have cfoutput displays fine, need email output using cfmail
i getting error have cfouput query inside cfmail tag
i not sure how around need display rows database
any ideas
i getting error have cfouput query inside cfmail tag
i not sure how around need display rows database
any ideas
cfmail includes implied cfoutput tag. armed info, there 2 approaches.
one use cfloop tag instead of cfoutput tag. other generate content cfsavecontent tag , put resulting variable mail.
if intent display , mail same info, second approach allows less code.
one use cfloop tag instead of cfoutput tag. other generate content cfsavecontent tag , put resulting variable mail.
if intent display , mail same info, second approach allows less code.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment