UTL_SMTP character encoding
My database is *10g (10.2.0.1.0)*
The Database character set, is *NLS_CHARACTERSET EL8MSWIN1253*
I am sending emails using the UTL_SMTP package and I set the mime_type to *'text/html; charset="windows-1253"'*
The problem is with Greek characters and only in the "body" part of the email.
The subject is displayed correctly in Greek characters, whereas the Greek characters in the body are replaced by repeated question marks (?).
Any ideas?
Thank you,
--Andreas