Gmail has an encoding problem. When I try to send an email via ASP:NET code, although I set message.IsBodyHtml = True message.BodyEncoding = System.Text.Encoding.GetEncoding(1254)
Email body cannot be interpreted as html content. Also turkish characters are not displayed properly. Gmail has an encoding problem. When I try to send an email via ASP:NET code, although I set message.IsBodyHtml = True message.BodyEncoding = System.Text.Encoding.GetEncoding(1254)
Email body cannot be interpreted as html content. Also turkish characters are not displayed properly.
when i try to go to gmail, its just 3 or 4 rows of symbles across top. whats up?when i try to go to gmail, its just 3 or 4 rows of symbles across top. whats up?
- If you need clarification, ask it in the comment box above.
- Better answers use proper spelling and grammar.
- Provide details, support with references or personal experience.
Tell us some more! Your answer needs to include more details to help people.You can't post answers that contain an email address.Please enter a valid email address.The email address entered is already associated to an account.Login to postPlease use English characters only.
Tip: The max point reward for answering a question is 15.
Gmail has an encoding problem. When I try to send an email via ASP:NET code, although I set message.IsBodyHtml = True
message.BodyEncoding = System.Text.Encoding.GetEncoding(1254)
Email body cannot be interpreted as html content. Also turkish characters are not displayed properly.
when i try to go to gmail, its just 3 or 4 rows of symbles across top. whats up?
my encoding set to utf8 or western and still get junk.
×