Hi,
Im trying to send a mail from my webpage using CDONTS but i keep getting the errormessage "Invalid class string" (0x800401F3). I have the SMTP service installed and running on my IIS server on XP.
This is what causes the problem:
set objMail = server.createobject("CDONTS.NewMail"
What could be the problem?
/S
Im trying to send a mail from my webpage using CDONTS but i keep getting the errormessage "Invalid class string" (0x800401F3). I have the SMTP service installed and running on my IIS server on XP.
This is what causes the problem:
set objMail = server.createobject("CDONTS.NewMail"
What could be the problem?
/S