I have an application that send email for my issues. I use SmtpClient class for this work. It works fine with one of my mail servers but recently I use an exchange server for sending mail. my SendEmail method throw an exception with this message:
550 Requested action not taken: mailbox unavailable / 5.7.1 Unable to relay
Is this problem from my application or is it for mail server configuration? What is the solution?