I downloaded and compiled the code, since the latest code is still not available on Nuget. (help from @Erik Rocha Witkowski)
I was successful. Thank you very much.
i'm using last version (Install-Package AIM -Version 1.0.3) Result subject "tiếng việt" -> "ti?ng vi?t"
Hi Araz Farhang Dareshuri, I'm using 1.0.3.0 mailMessage.SubjectEncoding = Encoding.UTF8;//(unicode for vietnamese) mailMessage.Subject = "tiếng việt"; There's any fix to this? Thank you.