Here's what I found when I compared *Exactly* the same email sent from CF5 and CFMX:
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, can this be changed somewhere, or is there any workaround [except of course having CFMAILPARAM in every single email]? Thanks, Dimo M. Jochem van Dieten wrote: > Dimo Michailov wrote: > >>I am testing an existing application under MX (iis) and I noticed that >>the emails sent through MX (using CFMAIL) come out with a different >>formatting (at least when seen in Outlook). We are using plain text, no >>HTML formatting, and in CF5 the emails come with fixed-width font, while >> if MX sends the exact same email - it comes with a different font and >>the formatting is misaligned. > > > IIRC the font that is chosen as the default font for plain text messages > can't handle unicode, so Outlook has to fail over to the next font. > Outlook then switches from a fixed width to a variable width font, which > gets interpreted by the user as an error, while Outlook is just > folllowing the users font settings. > > You probably want to use cfmailparam to specify a different charset as a > workaround, but the user really should take a good look at his own font > settings. > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

