We just finish rebuilding a Microsoft Windows Server 2003 Standard Edition, the server was working perfectly and the entire website too in the passâ?
But now, anything else is working except, any of the programming that calls a instance of a CDONTS.NewMail Object
<%
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = "no_reply@adsdmt.com"
objMail.Subject = "A Sample mail sent with CDONTS"
objMail.To = "dsanchez@arteaga.com"
objMail.Body = "Here is the message."
objMail.Send
set objMail = nothing
%
When I execute this simple test I receive the following error
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/DMT/smtp.asp, line 3
800401f3
I have been doing some research in the support website, but everything is related to ADO
Can please someone have some clue with this
So far I just found this article
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/columns/insider/iisi0503.as