I am getting the following error with one of my projects.
The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available
This happens when I try to send a basic email event after adding a record . I have the security email settings setup correctly as I have started another project to test this error with the same settings and it works fine. I have re-entered the email settings exactly as the working project and I get the same error. Anyone have any idea what could be causing this on one particular project. I have re-built the project many times with the same error.
5.2 build 391
update . After comparing commonfunctions with test project that worked and my main project that diddn't work ; I found the following line of code to be different in the commonfunctions.asp file
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
the above code is in my main project and not in my test project. After commenting out code in project file the transport error is not produced but the following error is :
The server rejected one or more recipient addresses. The server response was: 550 Sender verify failed . Seems the code is necessary in one project but not in test project ; which has the same exact security settings as the main project?