|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
JMail Not Working in Script
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 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:- Code:
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:- Code:
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. Code:
On Error Resume NextSet
ob = CreateObject("JMail.SMTPMail")
If Not ob Is Nothing
Then
MsgBox "object created OK"
Set ob = Nothing
Else
MsgBox "failed to create object"
End IF
Are they some settings in Personel Web Manager or somewhere else I need to set? Andy. |
|
#2
|
|||
|
|||
|
Perhaps the IIS user doesn't have permissions to the jmail object?
I'd say try re-installing JMail on the server if nothing else works.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Permissions
Where do you set these permissions.
Everything I have looked at seems OK, but I am no expert! |
|
#4
|
|||
|
|||
|
Your best bet would be the jmail support forum (if they still have one). It's been years since I used jmail but I didn't have any problems back then on many different versions of windows.
You set file permissions in windows explorer (on ntfs anyway). Open a file or folder properties, security |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > JMail Not Working in Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|