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