Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Question about "EIdProtocolReplyError: Cannot route to" error [Indy 9.00.10
| Subject: | Re: Question about "EIdProtocolReplyError: Cannot route to" error [Indy 9.00.10 |
| Posted by: | "tao lin" (lams_yi@nospam.hotmail.com) |
| Date: | Tue, 9 May 2006 17:15:23 +1200 |
Thank you very much, Remy. I will try upgrade to Indy 10.
Tao
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:445f93cf$1@newsgroups.borland.com...
>
> "tao lin" <lams_yi@nospam.hotmail.com> wrote in message
> news:445f245e@newsgroups.borland.com...
>
>> Can IdSMTP ignore the invalid email, and keep send the email to
>> other email addresses?
>
> Indy 9 does not support what you are asking for. You need to upgrade to
> Indy 10 for that. TIdSMTP has a new OnFailedRecipient event which has a
> VContinue parameter.
>
>> If it cannot, how can I check the domain "hotmai.com" is invalid?
>
> If you do not want to upgrade to Indy 10, then you will have to send your
> messages to each recipient individually so that you can catch errors on a
> per-recipient basis.
>
>
> Gambit
none