show/hide this revision's text 2 added 6 characters in body

i

I ansified ur your code, and tested it with delphi2009Delphi2009, it works without any problem.

i'v I've managed to send email from gmx.com to mail.google.com

i .

I did change string to AnsiString, Char to AnsiChar, and PChar to pAnsiChar PAnsiChar.

my guess is, u may forget

Maybe you simply forgot to ansify char Char or pchar ?PChar?

show/hide this revision's text 1

i ansified ur code, and tested it with delphi2009, works without problem .

i'v managed to send email from gmx.com to mail.google.com

i did change string to AnsiString, Char to AnsiChar, PChar to pAnsiChar .

my guess is, u may forget to ansify char or pchar ??