Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Mailing Indy 10
| Subject: | Re: Mailing Indy 10 |
| Posted by: | "Hubert Anemaat" (hube..@anemaat.nl) |
| Date: | Thu, 4 Jan 2007 09:11:45 |
Thanks !
Hubert Anemaat
www.anemaat.nl
www.dipo.eu
www.dierenpension.net
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> schreef in bericht
news:45955e5d@newsgroups.borland.com...
>
> "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
none