I have just installed IIS on my old PC (running Windows 2000). This is to test my Web Site before getting onto the real server.
I am using asp to handle the Contact page where users can e-mail me.
I have been using JMail in a Send_email.asp, but get the error:-
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: /My_Site/send_email.asp, line 108
Now line 108 is shown below:-
<b>Set objJMail = Server.CreateObject("JMail.SMTPMail")</b>
Have I configured the IIS program corectly.
Note this PC is on my home network (shares internet via a gateway PC) and the only e-mail I have on it is my hotmail.
i.e. what do I put in these fields:-
strMyEmailAddress = "myhotmail@hotmail.com"
'---------- Place the address of the SMTP server you are using in the following sting ---------------
strSMTPServerAddress = "smtp.hotmail.com"
Is the above the problem or something else. But I would like to see my hotmail being used to output the contact info. This is for testing only.
I assume that when on the real server I will need to use my ISP e-mail?
Cheers,
Porto.
I am using asp to handle the Contact page where users can e-mail me.
I have been using JMail in a Send_email.asp, but get the error:-
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: /My_Site/send_email.asp, line 108
Now line 108 is shown below:-
<b>Set objJMail = Server.CreateObject("JMail.SMTPMail")</b>
Have I configured the IIS program corectly.
Note this PC is on my home network (shares internet via a gateway PC) and the only e-mail I have on it is my hotmail.
i.e. what do I put in these fields:-
strMyEmailAddress = "myhotmail@hotmail.com"
'---------- Place the address of the SMTP server you are using in the following sting ---------------
strSMTPServerAddress = "smtp.hotmail.com"
Is the above the problem or something else. But I would like to see my hotmail being used to output the contact info. This is for testing only.
I assume that when on the real server I will need to use my ISP e-mail?
Cheers,
Porto.