si, el cdont viene con el iis...
prueba esto...sino te jala..es que hay algun problema con la componente...
Código:
Set myMail = Server.CreateObject( "CDONTS.Newmail" )
myMail.From = "[email protected]"
myMail.To = "[email protected]"
myMail.Subject = "probando"
myMail.Body = "esto es una prueba"
myMail.Send
On error resume next
if err.number<>0 then
response.write err.number & "<br>"
response.write err.description & "<br>"
response.end
else
response.write "ok"
en if
Set myMail = Nothing