Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread Arno Garrels
rpoulin wrote: > THANK YOU. It works +1. > I did'nt think of ansifying the StrPLCopy.parameters. . In Delphi 2009 "string" is a UnicodeString, however most internet protocols allow 7-bit ASCII chars in the range hex 00-7F only. SMTP also does not allow 8-bit chars by default. So you must convert

Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread rpoulin
Arno Garrels a écrit : rpoulin wrote: Arno Garrels a écrit : Hello, At first you need latest ICS-V7, only ICS-V7 supports Delphi 2009. Download and install the daily Snapshot here: http://wiki.overbyte.be/wiki/index.php/FAQ Look at the MailSnd demo, it includes authentification, there

Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread Arno Garrels
Arno Garrels wrote: > rpoulin wrote: >> Arno Garrels a écrit : >>> Hello, >>> >>> At first you need latest ICS-V7, only ICS-V7 supports Delphi 2009. >>> Download and install the daily Snapshot here: >>> http://wiki.overbyte.be/wiki/index.php/FAQ >>> >>> Look at the MailSnd demo, it includes authe

Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread Arno Garrels
rpoulin wrote: > Arno Garrels a écrit : >> Hello, >> >> At first you need latest ICS-V7, only ICS-V7 supports Delphi 2009. >> Download and install the daily Snapshot here: >> http://wiki.overbyte.be/wiki/index.php/FAQ >> >> Look at the MailSnd demo, it includes authentification, there's no >> dif

Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread rpoulin
Arno Garrels a écrit : Hello, At first you need latest ICS-V7, only ICS-V7 supports Delphi 2009. Download and install the daily Snapshot here: http://wiki.overbyte.be/wiki/index.php/FAQ Look at the MailSnd demo, it includes authentification, there's no difference implementing this feature in

Re: [twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread Arno Garrels
Hello, At first you need latest ICS-V7, only ICS-V7 supports Delphi 2009. Download and install the daily Snapshot here: http://wiki.overbyte.be/wiki/index.php/FAQ Look at the MailSnd demo, it includes authentification, there's no difference implementing this feature in a console application. --

[twsocket] Looking for SmtpCli console demo Delphi 2009

2009-05-28 Thread rpoulin
Hello. I'm looking for a console SmtpCli demo having authentification options. I'm using Delphi 2009. I have put a hand on ConSmtp.dpr dated 2005. In this demo, there is no authentification and the compilation is showing incompatible ansi string errors i can't resolve (receiving only first cha