JMail on Win11

One of my ASP sites on Win11 is receiving the following error:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed

when processing the following line:

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

The same code on Win8 has no trouble.

Is JMail okay on Win11, or is another protocol preferred?
 
Odd, yes, it was installed, but I reinstalled it again, I have not reset IIS yet, but if you get a moment to try again, I would like to know if it is working.

Edit: I just created a test script that worked properly.
 
Hello Stephen,

JMail seems to be working perfectly now. Thanks!



Stephen said:
Odd, yes, it was installed, but I reinstalled it again, I have not reset IIS yet, but if you get a moment to try again, I would like to know if it is working.

Edit: I just created a test script that worked properly.
 
Back
Top