Jochem: The main issue with UTF-8 emails is that the text of the received email is misaligned compared to emails coming from CF5 - apparently because of the font substitution. And I can't really control the email client settings of all of the users.
Dimo Jochem van Dieten wrote: > Dimo Michailov wrote: > >>In CF5 [header]: >>..... >>Content-type: text/plain >> >> >>In CFMX [header]: >>... >>Content-type: text/plain; charset=UTF-8 >>Content-tranfer-encoding: 7bit >> >> From this it seems that CFMX automatically inserts the charset and the >>encoding information, which, as Jochem pointed out, on Outlook or other >>client level is transferred to another font. >> >>Just to clarify the situation, does anyone know if MX by default sends >>the emails as charset=UTF-8 > > > Yes. > > >>can this be changed somewhere > > > Don't think so, but maybe a cfprocessingdirective forcing the entire > page to be ran in another charset overrides the default bahaviour. > > >>or is there >>any workaround [except of course having CFMAILPARAM in every single email]? > > > I think you should be carefull about using cfmailparam. Sure it chages > the header info, but does it actually change the character encoding of > the content? It would be bad if the header said ISO-8859-15 while the > body is still in UTF-8. > > What exactly is the objection against UTF-8? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

