Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Sep : EIdProtocolReplyError

www.cryer.info
Managed Newsgroup Archive

EIdProtocolReplyError

Subject:EIdProtocolReplyError
Posted by:"Lance Harris" (lharr..@bigpond.net.au)
Date:Thu, 8 Sep 2005 15:09:11

Hi,

My code:

  SMTP.Host := SMTPServerName;
  SMTP.Port := SMTPServerPort;

  case SMTPServerType of
    0: SMTP.AuthenticationType := atNone;
    1: SMTP.AuthenticationType := atLogin;
  end;

  SMTP.Username := SMTPServerUser;
  SMTP.Password := SMTPServerPass;

  ShowSMTPConnectStatus('Connecting...');
  SMTP.Connect;   <- EIdProtocolReplyError 'POP3 server ready'

All my vars checkout ok (ie SMTPServerName etc).
Can't see what SMTP has to do with POP3?
Any help appreciated.

Thanks,
Lance
_________________
Using:
Delphi 7
Paradox 7
Windows XP Pro

Replies:

www.cryer.info
Managed Newsgroup Archive