|
If you
have static information on the page (like the header and footer), try using
CFFILE to help ease the work. It also makes updating
easier.
Example:
<cffile action = "" file = "c:\web\header.html" variable =
"Header"> <cffile action = "" file = "c:\web\footer.html" variable =
"Footer">
<CFSET EmailBody = variables.Header>
<CFOUTPUT QUERY="Info">
<CFSET EmailBody = EmailBody + "Question: " + Info.Question + "
Answer: " + Info.Answer + "<BR>">
</CFOUTPUT>
<CFSET EmailBody = EmailBody + variables.Footer>
Randy
Ellis
City
of Overland Park
Senior
Programmer
Analyst
|
Title: Message
- [KCFusion] cfmail Adaryl Wakefield
- RE: [KCFusion] cfmail Ellis, Randy
- Re: [KCFusion] cfmail Adaryl Wakefield
- RE: [KCFusion] cfmail Ellis, Randy
- RE: [KCFusion] cfmail Doug Teetzen
- [KCFusion] cfmail Adaryl Wakefield
- Re: [KCFusion] cfmail Ramsey Abu-Absi
- RE: [KCFusion] cfmail Hale, Frederick L, WCS
