Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Question about "EIdProtocolReplyError: Cannot route to" error [Indy 9.00.10]
| Subject: | Question about "EIdProtocolReplyError: Cannot route to" error [Indy 9.00.10] |
| Posted by: | "tao lin" (lams_yi@nospam.hotmail.com) |
| Date: | Mon, 8 May 2006 22:58:38 +1200 |
Hi,
I am using Indy 9.00.10 under D6. I use an IdSMTP component to send email to
mailing list. All members' email store in IdMessage.BccList property. And
today I found one of the email address in the mailing list is invalid. So
when IdSMTP try to send the email, it raise the "EIdProtocolReplyError:
Cannot route to <xxx@hotmai.com>" error. Then all other user in the mailing
list cannot receive the email because one email is invalid. So my question
is:
(1) Can IdSMTP ignore the invalid email, and keep send the email to other
email addresses?
(2) If it cannot, how can I check the domain "hotmai.com" is invalid?
Cheers,
Tao