Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Internal Application Error

www.cryer.info
Managed Newsgroup Archive

Re: Internal Application Error

Subject:Re: Internal Application Error
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Wed, 6 Feb 2008 00:42:10

"mark horrocks" <markhorrocks@yahoo.com> wrote in message
news:47a94489$1@newsgroups.borland.com...

> The result is EIdSMTPReplyError.

That means an error is being reported by the SMTP server.  There should be a
value in the E.Message property.

> The email was sent.

If you are getting an EIdSMTPReplyError exception then the email can't be
getting sent.  Every command that TIdSMTP.Send() and TIdSMTP.Disconnect()
send internally must succeed without any error.  You are getting an error,
though, so one of the commands failed.  If even one command fails, then
there is no way the server could have a complete email message to send.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive