How can I send email in multiple languages from my .net application using an xsl/xslt file to format the e-mail message?
I experience an error when I send emails in Russian, I can see the Russian Characters in Hotmail and OutLook properly. But I can’t see them in gmail and yahoo mail.
What changes do I need to make to correctly render Russian Characters in gmail and yahoo mail?
Look at this samples : http://www.example-code.com/csharp/RussianEmail.asp
I assume you are already setting the Charset and file encoding..
May be encode everything as default Russian encoding of iso-8859-5. For testing purpose hardcode email body with some Russian Characters and save the source code file Unicode (code page 1200) from File – Advanced Save Options…