It is my first time setting up an .asp page through IIS on my localhost, and what I thought was a standard object for mailing isn't working!
Set objCDO = Server.CreateObject("CDONTS.NewMail"
It gives me the following error -
Server object, ASP 0177 (0x800401F3)
Invalid class string
I am using xp pro, and IIS 5 - any hints?
Set objCDO = Server.CreateObject("CDONTS.NewMail"
It gives me the following error -
Server object, ASP 0177 (0x800401F3)
Invalid class string
I am using xp pro, and IIS 5 - any hints?