[twsocket] Bcc list - multiple users - problem with bad email adress

2006-02-17 Thread WP
Hello! I am from Poland. This is my problem. Let's say that I send email to 100 people. They are in BCC list. For example: [EMAIL PROTECTED]; [EMAIL PROTECTED]; .. [EMAIL PROTECTED]; Mail is sending. But, suddenly I have an error message, that some emaill adresses are incorrect or doesn't exist

Re: [twsocket] Bcc list - multiple users - problem with bad email adress

2006-02-17 Thread Arno Garrels
Hi, There's an event OnRcptError that you can use to handle the situation, not sure if it is in current release or latest beta. procedure TForm1.SmtpClientRcptToError(Sender: TObject; ErrorCode: Word; RcptNameIdx: Integer; var Action: TSmtpRcptToErrorAction); begin end; Arno