upopmail without utf
Author: thomas.young@young-consulting.de (Thomas.Young)
Hello,
we changed one system from U9202 to U9301 (P103) and now it occurs a little problem with sending e-Mails throug UPOPMAIL.
With U9202 we can send e-Mails with Codepage 1251, set in $SYS_CHARSET.
Now from U93 on UPOPMAIL supports UTF, but we didn't want to use it. $SYS_CHARSET is still set, but it seems to be ignored.
Unfornately the documentation give not any glue, just says UTF is supported.
UPOPMAIL is c-dll implemented, so normaly $sys_charset shoud work.
Has anybode any hint, what we missed? Or does mean support utf othe codepage won't work anymore?
Best regards
Thomas
From ulibary:
Emails are sent to SMTP servers in UTF-8 format. The complete content, including subject and message body, are encoded as UTF-8 before being further encoded as Base64 for network transport. The character set is specified in the message header, so upon arrival, the SMTP server automatically decodes the Base64 message into UTF-8.