|
I do this frequently... what I do is build the output page
the way I want it and then do a CFHTTP request from inside the mail tag - not
pretty, but effective.
<cfmail from=[EMAIL PROTECTED] to=[EMAIL PROTECTED] subject="THE PAGE"
type="html">
<cfhttp method="Get" url="" href="http://www.site.com/outputpage.cfm">http://www.site.com/outputpage.cfm resolveurl="Yes"/> #cfhttp.FileContent# <br> </cfmail> Doug
Teetzen
Bushnell Performance Optics
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adaryl Wakefield Sent: Monday, May 24, 2004 2:13 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] cfmail I had actually considered that. Its a tad more
complicated cause its and html formatted email so it would be one hell of a
concatenated string which I was trying to avoid but I'll try it. I'll
foward two examples so you can kind of see what it is supposed to look
like.
Its basicly a cleaner version of this
page
Adaryl "Did you reboot?" Wakefield
Aviator by passion Programmer by sheer force of will
|
Title: Message
- [KCFusion] cfmail Adaryl Wakefield
- RE: [KCFusion] cfmail Ellis, Randy
- Re: [KCFusion] cfmail Adaryl Wakefield
- RE: [KCFusion] cfmail Ellis, Randy
- [KCFusion] cfmail Doug Teetzen
- [KCFusion] cfmail Adaryl Wakefield
- Re: [KCFusion] cfmail Ramsey Abu-Absi
- RE: [KCFusion] cfmail Hale, Frederick L, WCS
