I have a Korean customer that needs to send email messages containing characters in English and Korean characters.
And just to add extra feature, the text can be in RTF format (coming from a Jade Rich text control)
I am sending emails via the CardSchema SMTP framework built into our application.
Just wondering what is the correct format for these email messages to ensure they are received correctly?
I thought the best way was to format the message with a smtp.contentType = "html" and add basic html around the message header (as per the Card Schema smtp documentation).
not having much luck - anyone else have a solution that works?
Cheers
Steve