Click here to Skip to main content
15,920,438 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Find local time from HTTP request - is it possible? Pin
nzmike1-Aug-05 17:55
nzmike1-Aug-05 17:55 
GeneralArray Pin
Anonymous1-Aug-05 16:32
Anonymous1-Aug-05 16:32 
QuestionSocks Tunneling? Pin
Hadi Fakhreddine1-Aug-05 7:09
Hadi Fakhreddine1-Aug-05 7:09 
GeneralServer can't send data.. Pin
RoyRose781-Aug-05 2:18
RoyRose781-Aug-05 2:18 
GeneralFile Upload in ASP (size up to 10 MB) Pin
Member 55690231-Jul-05 18:47
Member 55690231-Jul-05 18:47 
GeneralRe: File Upload in ASP (size up to 10 MB) Pin
nzmike1-Aug-05 17:24
nzmike1-Aug-05 17:24 
GeneralASP script error Pin
lykazire31-Jul-05 17:38
lykazire31-Jul-05 17:38 
GeneralWindows 2000 Server Pin
Grahamfff30-Jul-05 10:55
Grahamfff30-Jul-05 10:55 
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 Next
Set 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?



grahamfff
GeneralRe: Windows 2000 Server Pin
Guffa31-Jul-05 3:43
Guffa31-Jul-05 3:43 
GeneralRe: Windows 2000 Server Pin
Grahamfff31-Jul-05 11:36
Grahamfff31-Jul-05 11:36 
GeneralRe: Windows 2000 Server Pin
Guffa31-Jul-05 12:13
Guffa31-Jul-05 12:13 
GeneralRe: Windows 2000 Server Pin
Vasudevan Deepak Kumar5-Aug-05 4:51
Vasudevan Deepak Kumar5-Aug-05 4:51 
Generalwindows scripting Pin
cmarmr30-Jul-05 7:10
cmarmr30-Jul-05 7:10 
GeneralRe: windows scripting Pin
minhpc_bk31-Jul-05 15:37
minhpc_bk31-Jul-05 15:37 
GeneralInternet Searching Pin
Rwells193829-Jul-05 9:34
Rwells193829-Jul-05 9:34 
GeneralRe: Internet Searching Pin
Not Active29-Jul-05 16:20
mentorNot Active29-Jul-05 16:20 
GeneralASP and Crystal report Pin
Pan8029-Jul-05 5:09
Pan8029-Jul-05 5:09 
QuestionSimple sortable table with datasource = xmltable... HOWTO? Pin
brocky29-Jul-05 1:50
brocky29-Jul-05 1:50 
AnswerRe: Simple sortable table with datasource = xmltable... HOWTO? Pin
Not Active29-Jul-05 12:02
mentorNot Active29-Jul-05 12:02 
GeneralJUST AN ACCESS SELECT STATEMENT Pin
evlxtc29-Jul-05 1:14
evlxtc29-Jul-05 1:14 
GeneralRe: JUST AN ACCESS SELECT STATEMENT Pin
Guffa29-Jul-05 2:26
Guffa29-Jul-05 2:26 
Questionblab chatsystem - message access ? Pin
esjoba28-Jul-05 23:57
esjoba28-Jul-05 23:57 
GeneralUse of Mailto: For Feedback Pin
sweep12328-Jul-05 0:21
sweep12328-Jul-05 0:21 
GeneralRe: Use of Mailto: For Feedback Pin
Guffa28-Jul-05 2:06
Guffa28-Jul-05 2:06 
GeneralRe: Use of Mailto: For Feedback Pin
Vasudevan Deepak Kumar28-Jul-05 3:17
Vasudevan Deepak Kumar28-Jul-05 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.