Set objMsg = Server.CreateObject("CDONTS.NewMail")
objMsg.From = strFrom
objMsg.To = strTo
objMsg.Subject = strSubject
objMsg.Body = strBody
objMsg.Importance = lngImportance
objMsg.Send
=============================================
Property Description
Bcc Sends a blind copy of the message to this semicolon-separated list
Body Contains the content of your message in text of HTML format
BodyFormat Sets the text format of the message
Cc Sends a copy of the message to the semicolon-separated list
ContentBase Sets the base property for URLs in the body of the message
ContentLocation Sets the absolute or relative paths for URLs contained in the message's body
From Sets the sender's address
Importance Sets the level of importance of the sent message
MailFormat Sets the mail encoding format to MIME or text format
Subject Sets the subject of the message
To Sends the message to this semicolon-separated list
Value Sets additional header information for the message
Version Retrieves the version of the CDONTS.DLL