Hello,
fixed my Smtp problem not by specifiying UTF8 as charset and using
AnsiToUTF8
For the mail body and subject line. Works correct as it seems.
Greetings
Markus
ebm-papst Mulfingen GmbH & Co. KG
Sitz der Gesellschaft: Bachmuehle 2, D-74673 Mulfingen
Kommanditgesellschaft Sitz Mulfingen:
Humm, Markus wrote:
> Hello,
>
> fixed my Smtp problem not by specifiying UTF8 as charset and using
> AnsiToUTF8
It's not clear how you fixed it?
You should specify "UTF-8" as the charset if you convert mail body and
subject line etc. to UTF-8. Also set Allow8BitChars to FALSE so any 8-bit
char
Hello,
> Arno wrote:
>
>> Humm, Markus wrote:
>> Hello,
>>
>> fixed my Smtp problem not by specifiying UTF8 as charset and using
>> AnsiToUTF8
>
> It's not clear how you fixed it?
> You should specify "UTF-8" as the charset if you convert mail body and
> subject line etc. to UTF-8. Also set Allo