Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - i get Error with CDOSYS !!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

i get Error with CDOSYS !!

 Post Reply Post Reply Page  12>
Author
Cool_Man View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 March 2003
Location: Kuwait
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cool_Man Quote  Post ReplyReply Direct Link To This Post Topic: i get Error with CDOSYS !!
    Posted: 12 November 2003 at 6:29am

Hi,

i had changed My server host, it was using windows 2000, and my new HOST is (GearHost.net) and they use Windows 2003 Server , and the technology is now CDOSYS not CDONTS.

so i changed Email Component from CDONTS to  CDOSYS,

but when i post any reply in my forum or try to send any wmail from my forum to anyone, i get this error:

CDO.Message.1 error '80040213'

The transport failed to connect to the server.

/forum/functions/functions_send_mail.asp, line 138

this line (138) is:

If NOT strIncomingMailServer = "" Then .Send

So, who's can help me ... plzz ?



Edited by Cool_Man


Thanks for all
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: 12 November 2003 at 7:52am
The error suggests that you are having problems connecting to the SMTP srever.

Check that you have the correct name of your SMTP server specified in your forums Admin area.
Back to Top
Cool_Man View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 March 2003
Location: Kuwait
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cool_Man Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 10:52am

Thanks -boRg-,

i have just now asked the Suppor gearHost and they told me:

smtp.gearhost.com is CDONTS. You want to use localhost or 127.0.0.1 and have the web server send this email out and smart host it to the correct outgoing mail server.

i can not undersdand what i should do, and what must write in (SMTP Mail Server ) TextBox in forums Admin section

Could you help me please ?



Edited by Cool_Man


Thanks for all
Back to Top
God_Struth View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 August 2003
Location: United Kingdom
Status: Offline
Points: 218
Post Options Post Options   Thanks (0) Thanks(0)   Quote God_Struth Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 11:05am
Use Cdonts, thats what they are telling you!
"I'm only trying to help......"
Back to Top
Cool_Man View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 March 2003
Location: Kuwait
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cool_Man Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 11:27am

Thanks God_Struth to thrying to help me,

but i don't thing so that they are meaninig that, because when i try to use CDONTS, i still geting this error:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/forum/functions/functions_send_mail.asp, line 155

800401f3



Thanks for all
Back to Top
God_Struth View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 August 2003
Location: United Kingdom
Status: Offline
Points: 218
Post Options Post Options   Thanks (0) Thanks(0)   Quote God_Struth Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 11:42am
What do you have in the Admin section for the Smtp sever address?

Like Borg said you cannot be connecting to it, if neither components are working then the reference must be wrong.
"I'm only trying to help......"
Back to Top
kmacy View Drop Down
Groupie
Groupie
Avatar

Joined: 15 March 2002
Location: United States
Status: Offline
Points: 73
Post Options Post Options   Thanks (0) Thanks(0)   Quote kmacy Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 1:36pm

Try this first:
From the forum admin under email configuration are you:
1) Select CDOSYS as your email component
2) Enter for "Outgoing SMTP Mail Server " - localhost (I think this is what your host is telling you
3) Send an email from WWF (I use the mass email to admins for test)

If that doesn't work try this:
From the forum admin under email configuration are you:
1) Select CDONTS as your email component
2) Enter for "Outgoing SMTP Mail Server " - smtp.gearhost.com
3) Send an email from WWF (I use the mass email to admins for test)

Good Luck

 

Ken Macy
Back to Top
Cool_Man View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 March 2003
Location: Kuwait
Status: Offline
Points: 147
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cool_Man Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 5:40pm

Thanks kmacy

i have done it

your first suggest is the coorect one.

and i wiil write here simply code for who's using CDOSYS:

<%
Dim iMsg
Dim iConf
Dim iBp
Dim Flds
Set iMsg = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds("sendusing") = 2
Flds("smtpserver") =  "mail.mydomain.com"
Flds("smtpserverport") = 25
Flds("smtpauthenticate") = 0 ' anoniem
Flds.Update
With iMsg
   Set .Configuration = iConf
   .To = "yourfrienfmail
@hotmail.com"
   .From = "
yourmail@hayoo.com"
   .Sender = "yourfrienfmail
@hotmail.com"
   .Subject = "Betreft vergaderverzoek"
   .HTMLBody = "<FONT COLOR=RED>NICE TIME</FONT>"
    .Send
End With
%>



Thanks for all
Back to Top
 Post Reply Post Reply Page  12>

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.