Yeah, pretty easy, make a static html page, make all the images call the complete url (img src = http://www.myurl.com/images/image1.gif") not ("img srce = "image1.gif") make sure there is nothing very intense, javascript will not work, once you have all that save it as a html page and do this... <cfmail to="[EMAIL PROTECTED]" from="Announcer" subject="Sending CF HTML Mail - you mean something like this?" cc="" type="HTML"> <cfinclude template="mystaticpage.htm"> </cfmail> -----Original Message----- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 8:56 AM To: CF-Talk Subject: Sending HTML Email from ColdFusion ANyone know of an article or a method for sending HTML pages via email from ColdFusion??? Or just a way to send HTML pages in email (like an HTML Newsletter with photos, etc. in the body) I get them from WebReference and ClickZ but I can't figure out how to send one. Joshua Miller Web Site Development Eagle Technologies Group Business Solutions for the Next Generation www.eagletgi.com [EMAIL PROTECTED] ---------------------------------------------------------------------------- -- Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

