• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cdonts Object On Win 2003 Server

T

tamir

Guest
Hi all !


I hear that the CDOSYS OBJECT is the new mail object !
it's the CDONTS improve .
i need the CDONTS object to win 2003 server(standard edition)


can someone help me to find ?
I tried to find but NOTHING .
(if someone have win2003 w/ CDONTS object please help me)


Thanks :):)
 
here is a sample.


<% Dim objMessage

Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Example CDO Message"
objMessage.Sender = "xx@xxx.com"
objMessage.To = "xx@xxx.com"
objMessage.TextBody = "This is some sample message text send using ASP COD.Message Object."
objMessage.Send

response.write "Mail was Sent"

%>

best regards from switzerland
 
Thanks for your reply :)

but what should i need to do w/ this ?
I don't need form in CDONTS .
I need the CDONTS OBJECT for Win 2003 !
It's file who called CDONTS.DLL
 
CDO is better then CDONTS,

but anyways, I found out about a cool website/search engine:

www.google.com

Then all the hits you get tell you that:

CDO is better then CDONTS but if you would like to keep on using CDONTS , you should get cdonts.dll from a windows 2000 system or cd, copy it in your system32 dir and register it.
 
no there is allready a .dll for the script i posted here.
in the windows 2003 you don't need the cdonts.dll file.

use this script i a .asp script and you will see it works.

you only need to configure the winsows smtp server for that in iis.
 
i don't unserdtand :(

tell me something .
CDONTS OBJECT work on windows 2003 server ?

(i have tried to register CDONTS.DLL ,i took this file and put it into system32 directory ,i registered the file ,and still not working)

sonics - i uploaded the file :
a.asp
 
Originally posted by tamir
Now everything working !
Thanks for ICTTrend .
You might want to post your resolution for other who might run into the problem.
 
Back
Top