JMail on Win11

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

[INDENT][FONT=Courier New]Server object error ‘ASP 0177 : 800401f3’
Server.CreateObject Failed[/FONT][/INDENT]

when processing the following line:

[INDENT][FONT=Courier New]Set objMail = Server.CreateObject(“JMail.SMTPMail”)[/FONT]
[/INDENT]

The same code on Win8 has no trouble.

Is JMail okay on Win11, or is another protocol preferred?

Positive I installed Jmail on win11, but I will check it now.

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!

[QUOTE=Stephen]
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.
[/QUOTE]