Hi Bevan
Thanks for your response. I have corrected that but continues giving error.
The first time that execute it, it connects but it fails in Data.
The second time, it passes Connect and Data and it fails in Quit but I don't
receive mail.
I have tested with server 127.0.0.1 or localhost and it is the same.

Can you help me?

Regards.
Carlos.

----- Original Message -----
From: "Bevan Edwards" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Thursday, August 31, 2006 4:13 PM
Subject: Re: [twsocket] SMTPClient


> Hi Carlos,
>
> Is the "Smtp1.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
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    := mail2;
> >     Smtp1.HdrSubject := title;
> >     Smtp1.Connect;
> >     Smtp1.Data;
> >     Smtp1.quit;
> >
> >       produces "SMTP component not ready". Can you help me?
> >
> >   Regards.
> >   Carlos.
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to