Hi
I have a customer, that after they have installed “Cumulative Update 5 for Exchange Server 2013” they are not able to send smtp e-mail form Dynamics Nav 2013 anymore. I have made a very simple test code that generates the error: Mailbox unavailable. The server response was: 5.7.1 Unable to relay. My simple code are shown below:
SMTPMail.CreateMessage('Mr. Hardcode','mhc@gmail.com','mhc@gmail.com','Subject Text test','Body Text test',TRUE);
IF NOT SMTPMail.TrySend() THEN
MESSAGE(SMTPMail.GetLastSendMailErrorText);
Does anyone have any ideas to what has caused the problem.
*This post is locked for comments
I have the same question (0)