please install codepage windows-1256

Discussion in 'ASP.NET / ASP.NET Core' started by abbas100, Mar 10, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm trying to send emails using the SMTP, the email contains Arabic letters.
    the problem is that, the received email contains '???????' letters instead of my
    arabic letters.
    I tried to use 'localhost' instead of 'Mail.myserver.com' but that didn't solve the problem.

    I think that code page 'windows-1256' is not installed on your SMTP server.
    please help.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You cannot install a code page on the smtp server.

    We are using IIS web server. I think you just need to properly encode your email.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page