/ Published in: ASP
Expand |
Embed | Plain Text
Dim oMail,sBody sBody = "" Set oMail = Server.CreateObject("CDONTS.NewMail") oMail.Subject = "" oMail.to = "kris@peerlis.com" oMail.From = "" oMail.mailFormat = 0 oMail.bodyFormat = 0 oMail.Body = sBody oMail.Send Set oMail = nothing
You need to login to post a comment.
