Re: SMTP relay in case if message was sent to more (General questions)
Ok, I have got another problem.
If one of the destination addresses is not correct, then whole relay failed. Message is not relayed to any destination;
Example: Message was send to three destinations. One of the, is not correct (e.g not existing email addres). I am relaying this message using SmtpRelay smtpRelay = smtpserver.Relays.Add(User.Message);
The RelayError event is raized and message is not relayed to other correct addresses.