Well, I used the following codes, but it gave me the following errors:
Dim objMail
set objMail = Server.CreateObject("CDONTS.Newmail"

objMail.From = "blah@blah.com"
objMail.To = "blah@blah.com"
objMail.Subject = "Testing"
objMail.Body = "whatever"
objMail.Send
Errors:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/eee/eeee/eeee.asp, line 104
Invalid class string
I'm using Window 2000, and it is IIS Server. Any suggestion
on why it gave me that error?
Thank you very much