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 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

