Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Mailing Indy 10

www.cryer.info
Managed Newsgroup Archive

Re: Mailing Indy 10

Subject:Re: Mailing Indy 10
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 29 Dec 2006 10:28:54

"Hubert Anemaat" <hubert@anemaat.nl> wrote in message
news:45954144@newsgroups.borland.com...

> TIdSMTP raises an exception (""aliasses are illegal or unknown")

That is not an Indy error message, so it has to be coming from the
server itself.  Which means that you are likely not specifying valid
email addresses in the first place.

> My application is sending an email with 30 email addresses in the
> BCC. When the first email address does not exist anymore, the other
> 29 are not sent anymore.

That is normal behavior.  When a recipient fails, and you do not have
an OnFailedRecipient event handler assigned to skip it, then an
exception is raised immediately.

> >Do you have an handler assigned to its OnFailedRecipient event?
> No

You need to have a handler assigned to that event in order to ignore
recipients that fail.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive