Top "Jmail" questions

JMail.SMTPMail not working ("Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object")

I am sending mail from ASP page using below code Dim MyMail Set MyMail = Server.CreateObject("JMail.SMTPMail") MyMail.ServerAddress = "" …

asp-classic vbscript jmail