IIS

Moderators: None (Apply to moderate this forum)
Number of threads: 78
Number of posts: 137

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
JMail Not Working Posted by andy101 on 30 Jul 2005 at 2:04 PM
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:
http://www.microsoft.com/contentredirect.asp.
/My_Site/send_email.asp, line 108

Now line 108 is shown below:-

Set objJMail = Server.CreateObject("JMail.SMTPMail")

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"
strSMTPServerAddress = "smtp.hotmail.com"

Are the above correct?

I did run this VB program to test JMail and it ran OK.

On Error Resume NextSet ob = CreateObject("JMail.SMTPMail")If Not ob Is Nothing Then MsgBox "object created OK" Set ob = NothingElse MsgBox "failed to create object"End IF

Are they some settings in Personel Web Manager or somewhere else I need to
set?


Andy




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.