|
-
Jan 8th, 2001, 12:22 PM
#1
Thread Starter
Hyperactive Member
Does anyone know of a better alternative to this running on the server for sending mail
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = sEmail
objCDO.From = sAuctionEmail
objCDO.Subject = "Your Auction Password!"
objCDO.Body = sBody
objCDO.Send
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|