Just spotted this thread... my main project at the moment is a web-based newsletter system, where you can add subscribers and do email broadcasts of the newsletter, along with just hitting the website and seeing the newsletter.
One thing I started doing with my broadcasts - to generate the 'guts' of the HTML email - is to do a CFHTTP call to my display code, passing in the appropriate variables for the newsletter/issue/other settings - and then using the FileContent from THAT in the body of the HTML. I do massage it a little bit (a bit of custom stuff), but I don't really mess with the raw structure of it. It seems to work pretty well. -----Original Message----- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 3:21 PM To: CF-Talk Subject: RE: HTML Newsletters again! That's what I've been doing... But some clients still just display the raw code. I had two emails sent from the same script, different template though, both are set to send HTML, yet one appears as HTML with the images etc, the other as plain text with all the HTML code? If I look at the email headers, one says 'content-type text/html' the other 'content-type text/plain'. Bizarre? Can anyone help to shed some light?? Thanks On Fri, 2001-12-07 at 01:09, Larry Juncker wrote: > I send my HTML Newsletter as a <CFINCLUDE TEMPLATE="Newsletter.htm"> in the > body of my CFMAIL and it seems to work excellent. > You want to make sure though that you give the FULL PATH to ANY images in > your newsletter or they will appear broken. > > Hope this helps > > Larry Juncker > Senior Cold Fusion Developer > Heartland Communications Group, Inc. > [EMAIL PROTECTED] > > -----Original Message----- > From: Nick Texidor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 05, 2001 8:09 PM > To: CF-Talk > Subject: HTML Newsletters again! > > > Hi, > > I'm trying to send out an HTML newsletter using the CFMAIL tag. I have > specified that the mail type is HTML, however, the email still seems to > arrive as a bunch of html code, even in email clients that DO display > html. > > Can anyone provide any pointers with regards to sending HTML > newsletters? > > Thanks > > Nick > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

