I installed Jmail on my Windows Server 2003, restarted IIS and I am getting the following error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/forum/functions/functions_send_mail.asp, line 150
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Line 150 on my page is :
Set objJMail = Server.CreateObject("JMail.SMTPMail")
I have also tried
Set objJMail = Server.CreateObject("JMail.Message")
but I get the same error.
I is acting like it is not installed,
but I downloaded w3JMail v 4.4 (w3JMail.zip) from
http://www.dimac.net/FreeDownloads/FreeDownloadsstart.asp
Anyone have any idea how I can test and debug this. thanks