I set up an asp page for people to fill out a form and send the results via email. When I try and send it, however this error message comes up on the "thank you" page:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/asp/guestbook/thankyou.asp, line 34
800401f3
Like 34 of the thankyou.asp page is:
Set email = Server.CreateObject("MPS.SendMail")
I think I might have to upload something to my Server/site to make it work? If so, what exactly do I need to do?
Bookmarks