Error Type:Server object, ASP 0177 (0x800401F3) Invalid ProgID

Hello
I am new to ASP .I am geeting the error. Please Help me.

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp .
/shah/wap_ASPMail.asp, line 24

My code is

<%@ Language=“VbScript”%>

<%If Request.ServerVariables("REQUEST_METHOD") = "POST" Then%>

Email Form

<% Dim SenderEmail Dim Subject Dim Recipient Dim CC Dim Body

SenderEmail = Request.Form(“from”)
Recipient = Request.Form(“to”)
Recipient = Request.Form(“to”)
CC = Request.Form(“cc”)
Subject = Request.Form (“subject”)
Body = Request.Form(“message”)

Set ASPMail = Server.CreateObject (“ASPMail.SMTPsvg”)
ASPMail.RemoteHost = “smtp.test.myserver.com
ASPMail.FromAddress = Senderemail
ASPMail.Subject = Subject
ASPMail.AddRecipient Recipient

If CC <> “” Then
ASPMail.AddCC CC
End If

’ 1 - Highest priority (Urgent)
’ 3 - Normal
’ 5 - Lowest
ASPMail.Priority = 1

ASPMail.AltBody = Body

’ Send it…
ASPMail.SendMail
%>

Your email has been sent to<%=Recipient%>
<%Else%>
From:
To:
Cc:
Subject:
<%End IF%>


Any suggetion will be appreatiated

[QUOTE=shahzebr]
Hello
I am new to ASP .I am geeting the error. Please Help me.

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp .
/shah/wap_ASPMail.asp, line 24

[/QUOTE]

It’s the line when you create the ASPMail object. It might be because the component might not be installed. Submit a ticket saying you can’t create the ASPMail object.

Well then , how can i install this component and does it require any configuration. please help me out.
thankyou

As mere users, we cannot install components such as ASPMail onto the servers. Logan is suggesting that you submit a trouble ticket in your control panel. The JodoHost support staff should be able to either install the component if it truly is not installed or repair it or at least point you in the right direction.

Good luck.

Have you submitted a ticket ? If yes, may I have the ticket no: ?