It could be an exchange issue. All the type="html" does is put mime headers into the mail. If you view the source of the mail you should see a header like:
content-type: text/html This means that the entire email is in html format (cfmail does not combine plain text and html into the same message, btw). If you see this header then cfmail is working correctly. Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Nikki Forshaw" <[EMAIL PROTECTED]> To: "Spectra-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 29, 2001 8:06 AM Subject: RE: cfmail and html > Yep... tried quite a number of things infact... this problem seems to go > deeper and i think it may be a bit of a bug with the cfmail tag. really > wanting to know if anyone else has experienced this and if so, how did they > get around it? > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 2:58 PM > To: Spectra-Talk > Subject: Re: cfmail and html > > > Did you try the type="html" parameter in the cfmail tag? > > HTH, > > Howie Hamlin - inFusion Project Manager > On-Line Data Solutions, Inc. - www.CoolFusion.com > 631-737-4668 x101 > inFusion Mail Server (iMS) - The Intelligent Mail Server > >>> Find out how iMS Stacks up to the competition: > http://www.coolfusion.com/imssecomparison.cfm > > ----- Original Message ----- > From: "Nikki Forshaw" <[EMAIL PROTECTED]> > To: "Spectra-Talk" <[EMAIL PROTECTED]> > Sent: Monday, October 29, 2001 5:44 AM > Subject: cfmail and html > > > > hi all, > > > > any idea how to get cfmail to mime encode html messages... the problem is > > with mail recieved by exchange... you recieve all html as plain text.... > ie. > > you see the source cde and it does not generate the actual html. > > > > any help would be much appreciated! > > > > thanks, > > nikki > > > > > > ********************************************************************* > > NOTICE - This message contains privileged and > > confidential information intended only for the use of the > > addressee named above. If you are not the intended > > recipient of this message, you are hereby notified that > > you must not disseminate, copy or take any action in > > reliance on it. If you have received this message in error, > > please notify Investec Group, its subsidiaries or associates, > > immediately. Any views expressed in this message are > > those of the individual sender, except where the sender > > specifically states them to be the view of Investec Group, > > its subsidiaries or associates. > > ********************************************************************** > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
