This topic is locked

Setup Email

9/28/2006 3:47:42 PM
ASPRunnerPro General questions
J
Joseph author

I set up the SMTP server address,port 25, admin and password in the ASPRunner ,but still could not register a new user.
The error points to "commonfunctions.asp line 247".(the last line)
myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing";)=2

'Name or IP of remote SMTP server

myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver";)=csmtpserver

'Server port

myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport";)=csmtpport

' SMTP username and passwords

myMail.Configuration.Fields.Item("http://schemas.microsoft.com/c­do/configuration/sendpassword";) = csmtppassword

myMail.Configuration.Fields.Item("http://schemas.microsoft.com/c­do/configuration/sendusername";) = csmtpuser

myMail.Configuration.Fields.Update

myMail.Send
I am learning and any help is appreciated.
Thanks!!

Sergey Kornilov admin 9/29/2006

What is the error message?

J
Joseph author 10/3/2006

here is the error message. thanks!!
Error Type:

CDO.Message.1 (0x80040213)

The transport failed to connect to the server.

/rrmc-printers/include/commonfunctions.asp, line 247

What is the error message?


here is another one.
Error Type:

(0x80040211)

/Project1/include/commonfunctions.asp, line 3199

Sergey Kornilov admin 10/3/2006

It looks like SMTP server address is incorrect, or SMTP server is not running or your ISP blocks access to all SMTP servers except their own.

J
Joseph author 10/4/2006

here is the error message. thanks!!

Error Type:

CDO.Message.1 (0x80040213)

The transport failed to connect to the server.

/rrmc-printers/include/commonfunctions.asp, line 247
here is another one.
Error Type:

(0x80040211)

/Project1/include/commonfunctions.asp, line 3199



I am sitting inside the network, this was not from home and we run our SMTp server and I have allowed the relay function for this test web server.

Any suggestion? I really appreciate your time.