I have an ASP.NET application that needs to send emails in Korean. These emails are sent in plaintext.
But when the emails are received, they look like this:
? First name? ??: ?????.
?? ???? ???? ?? ??? ??? ?? ???? ???? ????? ???? ????. ??????? ??? ????? ???? ??? ??1-888-123-4567 ? ??????? ?? [email protected] ?? ?????? ???? ??? ??????.
Currently I'm not setting the encoding. Just using the default. Ideally, I would like the encoding to work with all sorts of emails. Hopefully I don't have to set the encoding on a per-email basis.