CDONTS is Collaboration Data Objects for NT Server, and is used for messaging (specifically sending and receiving messages) and must run on an NT Server. It a common email component used in ASP.
To use it, you must first have it installed on your server. As an example, you could use it in the following way to send an email from an ASP:
<%@ language="vbscript"%>
<% Option Explicit
Dim objCDOMail
'Initialise CDONTS object
set objCDOMail = Server.CreateObject("CDONTS.NewMail"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.