Hi There
i'm using System.Web.Mail to send email message.
but i have a problem with it.
the emails that i send is in Turkish Language.
so when i send the email the receipt can't be able to raed the message.
i have tried to use the BodyEncoding property of the MailMessage class but
it didn't make any changes(mainly it made it worst).
So i want to know how i make it possible to send this mail in Turkish.
Thanks