This topic is locked

Email Problem

2/24/2008 12:33:15 PM
ASPRunnerPro General questions
lefty author

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?

Sergey Kornilov admin 2/25/2008

John,
the code line you talking about was added in the latest build.

This line is required to make SMTP authentication work.
Error 550 is caused by a number of reasons.

The following article can help:

http://nemesis.lonestar.org/site/mail_trouble.html

lefty author 2/25/2008

John,

the code line you talking about was added in the latest build.

This line is required to make SMTP authentication work.
Error 550 is caused by a number of reasons.

The following article can help:

http://nemesis.lonestar.org/site/mail_trouble.html



Sergey,

You stated that the line is required to make SMTP work but it was not included in past 5.2 build projects nor does it come up in a new project with the new build 391 ;. So I am confused as it only comes up in this particular project ; which happens to be the largest and most timely. Is it possibly a problem when you start a project in 5.1 and go to 5.2 open and save or someting else. ???

The code added in the latest build must be connected to another line of code as in testing with a test project in 5.2 build 391 is not reproduced; therefore when commenting it out with the full project it does not work as in the test project it does without that line of code being generated and using thes same build 391 . So yes I can do the whole project over one table at a time and it seems it will work ( hours ) but it seems there must be another line of source code that is causing this problem.

Sergey Kornilov admin 2/25/2008

John,
I'm afraid I'm missing something.

Post your application to Demo Account and send the URL to support@xlinesoft.com.