[twsocket] Problem without message in FTPClient

2006-10-20 Thread lalin
Hello, I have had a application that used FTPClient. In much computers, it works fine but in one, it doen't connect. After Form1.FtpClientN.Connect, Form1.FtpClientN.Connected produces false and ErrorMessage is empty. Why can it be owed? How can I solve it? Thanks. Regards. -- To u

Re: [twsocket] SMTPClient

2006-09-08 Thread lalin
Ok, Thanks. - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, September 08, 2006 9:40 AM Subject: Re: [twsocket] SMTPClient > lalin wrote: > > The error number is always 550. In IIS, it appears a

Re: [twsocket] SMTPClient

2006-09-07 Thread lalin
ww.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "lalin" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, September 07, 2006 4:46 PM > Subject: Re: [twsock

Re: [twsocket] SMTPClient

2006-09-07 Thread lalin
t; model. That is use the events. Look at MailSnd sample program delivered with > ICS. Look at the code behind "All In One" button which show how to use the > events to chain all operations required to send emails. > > Once you had a look at the sample, don't hesitate to ask for

[twsocket] SMTPClient

2006-09-06 Thread lalin
Hello, I use SMTPClient for sending a email since a server with default smtp server of IIS. The example program find this smtp server. But in my program, with this code: Smtp1.Host := smtpserver; Smtp1.port := 'smtp'; Smtp1.FromName := name; Smtp1.HdrFrom := mail1; Smtp

Re: [twsocket] SMTPClient

2006-09-01 Thread lalin
1.port := 'smpt';" an error in your code or a typo? > It should be "Smtp1.port := 'smtp';" > > Regards, > > Bevan > > > lalin wrote: > > Hello, > > I use SMTPClient for sending a email since a server with default

[twsocket] SMTPClient

2006-08-31 Thread lalin
Hello, I use SMTPClient for sending a email since a server with default smtp server of IIS. The example program find this smtp server. But in my program, with this code: Smtp1.Host := smtpserver; Smtp1.port := 'smpt'; Smtp1.FromName := name; Smtp1.HdrFrom := mail1; S

[twsocket] SMTPClient

2006-08-28 Thread lalin
Hello, I use SMTPClient for sending a email since a server with default smtp server of IIS. The example program find this smtp server. But in my program, with this code: Smtp1.Host := smtpserver; Smtp1.port := 'smpt'; Smtp1.FromName := name; Smtp1.HdrFrom := mail1; Smtp1.HdrTo: