I am trying to get foreign characters to display correctly in my email, when sent from my .asp webpage using CDO.
Nothing seems to be working.
I have tried adding: cdoM.BodyPart.Charset = "utf-8", as mentioned on several forums, but that just stops the script from working all together and no emails are sent.
Does anyone know how to get foreign characters to send correctly through CDO?
Thanks
Nothing seems to be working.
I have tried adding: cdoM.BodyPart.Charset = "utf-8", as mentioned on several forums, but that just stops the script from working all together and no emails are sent.
Does anyone know how to get foreign characters to send correctly through CDO?
Thanks