SMTP Connection failure....

G

Guest

I was wondering if someone could point me to the correct Forum for an issue I
am having with Windows Server 2003 SMTP connection failure.

I have a small application written in ASP.net that takes user input and then
sends the input via Email using system.net.mail. When the user clicks the
submit button an email is sent. The first time the submit button is clicked
the email sent is fine, but subsequent emails got an error message..unable to
connect to the SMTP server.

If I take no action and wait 10-20 minutes then run the exact same program
again the email will be sent but again there is a delay before it will allow
any other emails to be sent.

Seems to be a setting I am missing....Any ideas what I shoud look for? I
have followed the step-by-step SMTP setup instructions I have seen on the
forums and no change....

Is there some sort of timeout setting on the IIS SMTP properties that does
not allow a connection for a specified length of time?
 
J

Jim Rand

One problem I had was the connection timeout. Didn't realize that is in
milli-seconds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top