If you mean you want to send mail via SMTP then use
Set objCDO = Server.CreateObject("CDONTS.NewMail"
objCDO.To = email
objCDO.From = sAdminEmail
objCDO.Subject = "*** inetCost Password! ***"
objCDO.Body = sBody
objCDO.Send
Set objCDO = Nothing
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.