Hello,
I am currently developing a web application using .Net
and System.Web.Mail ;
I need to encode the subject of an email. I have to
encode it with the encoding utf-8. I have seen this
problem when I tried to send an email with a subject
in the greak language.
Normally the result should be this :
??????????????? ??? ????????? v????????? ?????????
and I get this : ?????a??a
How can i code that the header of the email has to use the utf-8 encoding?
When I try to send
--------------------------------
From: Roland Javet
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>6r2XErF7SUi njTkjbBDu8w==</Id>
I am currently developing a web application using .Net
and System.Web.Mail ;
I need to encode the subject of an email. I have to
encode it with the encoding utf-8. I have seen this
problem when I tried to send an email with a subject
in the greak language.
Normally the result should be this :
??????????????? ??? ????????? v????????? ?????????
and I get this : ?????a??a
How can i code that the header of the email has to use the utf-8 encoding?
When I try to send
--------------------------------
From: Roland Javet
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>6r2XErF7SUi njTkjbBDu8w==</Id>