Re: SMTP Relay quetions (General questions)
Thanks for answer.
About your first issue.
- First issue is when relay is denied for my smtp server = SMTP server is accepting only own email addresses. And the question is how it has to react in this case when message contain not only own addresses???
Second situation - Relay is allowed at my SMTP
- Now we are a bit close. So, inside MailReceived Event I have to remove own addresses from User.Message.MailTo and relay message using wodSmtpServer1.Relays.Add. Right?