We have a problem with sending e-mails containing nonASCII characters to recipients which using Exchange server and Outlook.I hoped that enforce Content-Type as text/html with charset=UTF-8 solves this problem but I’m not able to do that.
I set in Organization Politicy - Desktop Settings > Preferences > Internet fileds Internet mail format to “HTML and Plain Text” and Multilingual Internet mail to “Use Unicode (UTF-8)”. I changed Mail Server Configuration Settings document > MIME > Conversion Options > Outbound field Message content to “from Notes to Plain Text and HTML” and MIME > Conversion Options > Settings by Character Set Group fields Character Set for Header and Body to “UTF-8” (both for Primary character set group).
It seems these settings have no influence to e-mail’s. They are all sent with Content-Type: text/html; charset=“ISO-8859-2”. Do you have any idea what is wrong?
BTW, which side makes Notes conversion to Internet mail - server or client?