MailCharset (Magic xpa 4.x)
You can set a mail character set by manually adding the following line to the [MAGIC_ENV] section in the Magic.ini file: MailCharset =
This setting is not available from the Environment dialog box.
If you want Unicode data to display properly when it is sent as a message, you have to pass the Unicode data through the MailSend function even if the MailCharset setting is set to Unicode, UTF-8, or UTF-16.
For example:
MailCharset = UTF-16
MailCharset = Windows-1255
If no character set is defined, the charset from the system code page is used.