Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - CDO Error - Help Please
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CDO Error - Help Please

 Post Reply Post Reply
Author
nemesis View Drop Down
Newbie
Newbie
Avatar

Joined: 24 August 2005
Location: South Africa
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote nemesis Quote  Post ReplyReply Direct Link To This Post Topic: CDO Error - Help Please
    Posted: 25 August 2005 at 7:54am
 

CDO.Message.1 error '80040213'

The transport failed to connect to the server.

I get this error when i submit my registration. My web host is running wk3server.
 
What does this error code mean and does anyone know the steps to take to fix the problem.
 
ThanksConfused
 
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 25 August 2005 at 10:53am
This means that the email component can not connect to the SMTP server.

Check the settings for email in the admin section.


Edited by -boRg- - 25 August 2005 at 10:53am
Back to Top
nemesis View Drop Down
Newbie
Newbie
Avatar

Joined: 24 August 2005
Location: South Africa
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote nemesis Quote  Post ReplyReply Direct Link To This Post Posted: 25 August 2005 at 1:35pm
thanks for reply boRg
 
In adminn area - under email configuration " cdosys chosen for mailcomponent "
 
the host smtp is mail.cyberperk.co.za
 
thing is - when I disconnect all mail functionality - all works great
 
this then means that obviously there is some error with the webhost smtpserver - not sure what, since I am not familiar with win2003server
 
my host is quite new to it since they upgraded it last week.
 
Is there some settings on his server that he can set right?
please suggest some steps to take to correct this problem.
 
thanksConfused
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 25 August 2005 at 9:21pm
Does your mail server require authentication?

Lead me not into temptation... I know the short cut, follow me.
Back to Top
nemesis View Drop Down
Newbie
Newbie
Avatar

Joined: 24 August 2005
Location: South Africa
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote nemesis Quote  Post ReplyReply Direct Link To This Post Posted: 29 August 2005 at 3:49am
Problem is that my webhost's mail server was a unix server and the webserver is win2003server. So we working on him to install smtp server for his win2003 server.
 
Will keep u updated on how we solved the challenge.
 
Tongue
 
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 29 August 2005 at 7:26am
that shouldn't matter, I use both unix and localhost windows smtp servers, you just need to properly set up the mail server in the admin section and change the send_mail.asp to include any authentication (user.password) that may be required by the remote server.

Lead me not into temptation... I know the short cut, follow me.
Back to Top
wolfman View Drop Down
Groupie
Groupie


Joined: 04 August 2004
Location: United States
Status: Offline
Points: 51
Post Options Post Options   Thanks (0) Thanks(0)   Quote wolfman Quote  Post ReplyReply Direct Link To This Post Posted: 02 September 2005 at 11:58am
Originally posted by dpyers dpyers wrote:

that shouldn't matter, I use both unix and localhost windows smtp servers, you just need to properly set up the mail server in the admin section and change the send_mail.asp to include any authentication (user.password) that may be required by the remote server.
 
dpyers - I too have the same issue and my SMTP server does require authentication.  I am trying to use ASPEmail... Can you please tell me what code I need to place into the functions_send_mail.asp please?  I currently have this code pasted.
 
'AspEmail component
  Case "AspEmail"
   'Create the e-mail server object
   Set objAspEmail = Server.CreateObject("Persits.MailSender")
   With objAspEmail
    'Out going SMTP mail server address
    .Host = strOutgoingMailServer
    'Who the e-mail is from
    .From = strFromEmailAddress
    .FromName = strFromEmailName
    'Who the e-mail is sent to
    .AddAddress strRecipientEmailAddress
    'The subject of the e-mail
    .Subject = strSubject
    'Set the e-mail body format (BodyHTML=HTML Body=Text)
    If blnHTML = True Then
     .IsHTML = True
    End If
    'The main body of the e-mail
    .Body = strEmailBodyMessage & strEmailBodyAppendMessage
    'Send the e-mail
    If NOT strOutgoingMailServer = "" Then .Send
   End With
   'Close the server mail object
   Set objAspEmail = Nothing
 
 
Thanks - WOLF
 
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 03 September 2005 at 10:56am
Details are at http://www.aspemail.com/manual_05.html

But basically, for AspEmail you have to add
.Username = "xxxx"
.Password = "yyyy"

Usename may be formatted differently depending upon how the mail server is set up usually it's "me@example.com" but it might be just "me"


Lead me not into temptation... I know the short cut, follow me.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.